A Weather Application using python.
Link : https://openweathermap.org/current
https://api.openweathermap.org/data/2.5/weather?q={city name}&appid={API key}
| Parameter | Type | Description |
|---|---|---|
api_key |
string |
Required.(Your API key) |
- Open Terminal in IDE.
- Write pip3 install {Library name}
