BOKA was created to intermediate the
- Interactive maps to communit
- Community support
$ python apiservice/api.py arg1 arg2
Where:
arg1
is0
to insert CEP or1
to insertlong;lat
;arg2
is the information;arg3
(optional) is an filename to response JSON.
A response JSON file will be created in the api/apiservice/response/
folder.
- Clone the repository, running the following command in your chosen folder
$ git clone [email protected]:romavini/boka.git
$ cd boka
- (Optional) Create a virtual environment
$ virtualenv venv
$ venv\Scripts\activate.bat
- Create a
.env
in the root folder with the following information:
TOMTOM_API_KEY = # Get your key here: https://developer.tomtom.com/how-to-get-tomtom-api-key
- Install project dependencies
$ pip install -r requirements.txt
- Run the application.
$ python apiservce/main.py