Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 503 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 503 Bytes

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

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