Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jeanmeche/fetchstravadata

Fetch my strava data
https://github.com/jeanmeche/fetchstravadata

Last synced: 21 days ago
JSON representation

Fetch my strava data

Awesome Lists containing this project

README

        

# FetchStravaData
Fetch my strava data

# How To
## Edit Conf.json
* Add `client_id` & `client_secret` to `conf.js`

## Get the token
* run `npm install`
* run `node node getAccessToken.js`
* You should see the retrieved oauth access_token in `conf.json`

## Fetch the activities
* run the script `npm run start:dev`
* activities are stored in `activities.json`