strava-geojson
v2.0.2
Published
pull strava runs and convert them to geojson
Downloads
15
Readme
strava-geojson
Export runs from Strava into GeoJSON.
get a token
- go to http://www.strava.com/developers
- click 'Manage Your Application'
- show
Your Access Token
- copy & paste it verbatim
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);