https://github.com/netologist/ikiteker
Sample Tornado REST API for Strava
https://github.com/netologist/ikiteker
Last synced: 9 months ago
JSON representation
Sample Tornado REST API for Strava
- Host: GitHub
- URL: https://github.com/netologist/ikiteker
- Owner: netologist
- Created: 2017-08-24T08:00:59.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-24T08:02:19.000Z (almost 9 years ago)
- Last Synced: 2025-02-25T07:13:57.740Z (over 1 year ago)
- Language: Python
- Size: 9.77 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### IkiTeker is Rest App (using strava api) for Istanbul Riders
#### Demo
https://ikiteker-alpha.herokuapp.com/riders
#### Installation
python setup.py install
#### Configuration
```
export IKITEKER_PORT=5000
export IKITEKER_STRAVA_ACCESS_KEY=
```
#### Tests
python setup.py test
#### Run Application
python ikiteker/__init__.py