Skip to content

swyphcosmo/endomondo-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Endomondo API in Javascript

Endomondo doesn't provide an official API, and I couldn't find any existing implementations in JS so I thought I'd take a stab at it myself.

Usage

Note: This is the first working attempt at getting data, not a full featured API.

  1. Clone repository
$ git clone https://github.com/swyphcosmo/endomondo-js.git
$ cd endomondo-js
  1. Copy config.js.example to config.js
$ cp config.js.example config.js
  1. Open config.js in your text editor of choice and add your Endomondo login credentials { email address and password }

  2. Install dependences

$ npm install
  1. Run in Node
$ node endomondo.js

Acknowledgements

Several projects were helpful while I was figuring out how Endomondo handled query data:

License

MIT

About

Javascript API to retrieve training data from Endomondo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published