Sencilla API para obtener información de los códigos postales de España.
Go to file
2018-04-11 19:28:39 +02:00
.gitignore First commit 2018-04-04 20:42:10 +02:00
app.py Update index filter 2018-04-05 09:22:34 +02:00
envExample First commit 2018-04-04 20:42:10 +02:00
Pipfile Remove flask restful 2018-04-04 20:50:57 +02:00
Pipfile.lock Remove flask restful 2018-04-04 20:50:57 +02:00
postal.csv Fixbug lat to lng 2018-04-11 19:28:39 +02:00
Procfile First commit 2018-04-04 20:42:10 +02:00
README.md Add README 2018-04-05 09:27:43 +02:00

API POSTAL CODE WALLAVISO

URL

https://hidden-sierra-35586.herokuapp.com

REQUESTS

Get for index

https://hidden-sierra-35586.herokuapp.com/api/v1/index/{integer}

Get for postal code

https://hidden-sierra-35586.herokuapp.com/api/v1/postal_code/{integer}

INSTALL

pipenv install
pipenv shell

RUN

python3 app.py