Skip to content

node-geojson/strava-geojson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Export runs from Strava into GeoJSON.

Resources

Stars

Watchers

Forks

Packages

No packages published