strava-export

1.0.0 • Public • Published

strava-geojson

Export runs from Strava into GeoJSON.

get a token

install

With node,

npm i -g strava-geojson

cli

$ geojson-stream YOUR_ACCESS_TOKEN_HERE > my_runs.geojson

node api

 
var stravaExport = require('strava-export');
 
stravaExport(STRAVA_TOKEN).pipe(process.stdout);

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    1

Package Sidebar

Install

npm i strava-export

Weekly Downloads

1

Version

1.0.0

License

ISC

Last publish

Collaborators

  • tmcw