Skip to content

OpenBikes/api.openbikes.co

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

.env file

GOOGLE_ELEVATION_API_KEY=https://developers.google.com/maps/documentation/elevation
GOOGLE_TIME_ZONE_API_KEY=https://developers.google.com/maps/documentation/timezone

OPEN_WEATHER_MAP_API_KEY=http://openweathermap.org/api

JCDECAUX_API_KEY=https://developer.jcdecaux.com/
KEOLIS_API_KEY=https://data.keolis-rennes.com/fr/accueil.html
LACUB_API_KEY=http://data.bordeaux-metropole.fr/apicub

SECRET_KEY=keep_it_secret_keep_it_safe

Installation

$ conda create --name openbikes python=3.7 pip
$ conda activate openbikes
$ pip install -r requirements.txt
$ python manage.py makemigrations core
$ python manage.py migrate

Management

python manage.py help

To do

  • Finish adding APIs
  • Finish federated API