Exercise - Use API to get the forecast
A simple weather script written in Python that is using https://openweathermap.org/'s API You need to create a free account to get your API Key.
Install requests
pip -install requests
Exercise - Use API to get the forecast
A simple weather script written in Python that is using https://openweathermap.org/'s API You need to create a free account to get your API Key.
Install requests
pip -install requests