Simple python script for getting weather info from https://openweathermap.org/ for given city via API.
Python 3.6 Jupyter Notebook
- Register and get your API key here - https://home.openweathermap.org/users/sign_up
- Put your API key into the script
api_key = 'put_here_your_api_key'
- Enjoy:)
API docs - https://openweathermap.org/current
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.