Sencilla API para obtener información de los códigos postales de España.
.gitignore | ||
app.py | ||
envExample | ||
Pipfile | ||
Pipfile.lock | ||
postal.csv | ||
Procfile | ||
README.md |
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