api-postal-code-spain/README.md
Andros Fenollosa f2cf97ce02 Add README
2018-04-05 09:27:43 +02:00

27 lines
361 B
Markdown

# 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
```bash
pipenv install
pipenv shell
```
## RUN
```bash
python3 app.py
```