Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

strava-geojson

tmcw10ISC2.0.2

pull strava runs and convert them to geojson

strava, api, jog

readme

strava-geojson

Export runs from Strava into GeoJSON.

get a token

install

With node,

npm i -g strava-geojson

cli

$ strava-geojson YOUR_ACCESS_TOKEN_HERE > my_runs.geojson

node api


var stravaExport = require('strava-export');

stravaExport(STRAVA_TOKEN).pipe(process.stdout);