/current-weather-at-location

This script prompts the user for an OpenWeatherMap API key and a location, and then uses the requests library to make an API call to OpenWeatherMap to retrieve the current weather conditions for the location. The weather conditions are then printed to the console.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Watchers