https://github.com/alpha74/weathermate
Uses OpenWeather API to list weather of a region.
https://github.com/alpha74/weathermate
openweather-api python weather-app weather-application
Last synced: 20 days ago
JSON representation
Uses OpenWeather API to list weather of a region.
- Host: GitHub
- URL: https://github.com/alpha74/weathermate
- Owner: alpha74
- Created: 2019-03-23T14:47:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-09T08:51:42.000Z (almost 7 years ago)
- Last Synced: 2025-03-05T16:37:14.485Z (over 1 year ago)
- Topics: openweather-api, python, weather-app, weather-application
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WeatherMate
* Uses OpenWeather API to list weather of a region.
* Input: City Name
* Outputs:
1. Weather
2. Temperature
3. Humidity
* Required python package:
` requests `