A command line tool for retrieving weather data from the api.openweathermap.org server. The website provides current detailed weather data about a long list of cities around the world. The command line offers easy retrieval of these data.
The scripts provides a help argument in order to display the arguments (required and optional) and to explain what is each one used for.
python weather_cli/weather_cli.py --helpFor executing the script, just run it as a normal python script, followed by the name of the city (positional argument) and the other optional arguments.
python weather_cli/weather_cli.py tokyo --verbose --unit metricMore features will be added soon.
Main author: Chems Eddine Senoussi

