Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jeanmeche/fetchstravadata
- Owner: JeanMeche
- Created: 2020-04-13T01:01:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T01:30:01.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T12:51:32.780Z (about 1 month ago)
- Language: JavaScript
- Size: 1.05 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
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`