2.0.2 • Published 9 years ago

strava-geojson v2.0.2

Weekly downloads
3
License
ISC
Repository
github
Last release
9 years ago

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);