This project use the JCDecaux's API : https://developer.jcdecaux.com/#/opendata/vls?page=getstarted
- Download the project from github :
git clone https://github.com/RolletQuentin/
cd JCDecaux_api_test
- It is recommended to use virtual environement for python :
python3 -m venv env
source env/bin/activate
- Download all the dependencie with pip :
pip install -r requirements.txt
- Add a config file in the src folder in the project. This config file must be named config.json :
{
"api_key": "your_api_key"
}
- You can now run the application !
python3 main.py
By default, only the first example is running. To see the two other examples, please uncomment the lines at the end of the main.py file