Skip to content

jhrv/supload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

supload

Simple Node.js utility for uploading Strava activities

  1. Create your own config.sh (use config.sh.template if you don't want to set your environment variables some other way) with correct Strava Token (see http://strava.github.io/api/v3/oauth/) and the path to your activity folder.

  2. Run it.

##Run command examples:

. config.sh && node app.js (simple)
. config.sh && forever start -a -l forever.log -o out.log -e err.log app.js (using forever, npm install forever -g)

About

Simple Strava upload utillity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published