Technical test: WeatherAPI
This tests use an external API www.openweathermap.org.
Install
git clone [email protected]:osvaldomx/test-globant.git
cd test-globant
pip install requirements.txt
Run project
python app.py
In your browser access to url 127.0.0.1:5000 and in the bar menu click on 'weather'.
Postman
GET 127.0.0.0:5000/weather/<string:city>/<string:code>