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

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

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