Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fethullahceviz/team3-weather-application
Weather aplication with API and Scrapy
https://github.com/fethullahceviz/team3-weather-application
api python weather-app web-scraping
Last synced: 1 day ago
JSON representation
Weather aplication with API and Scrapy
- Host: GitHub
- URL: https://github.com/fethullahceviz/team3-weather-application
- Owner: fethullahceviz
- Created: 2022-06-01T14:20:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-08T16:12:53.000Z (over 2 years ago)
- Last Synced: 2024-11-10T12:13:24.225Z (about 2 months ago)
- Topics: api, python, weather-app, web-scraping
- Language: Python
- Homepage:
- Size: 7.53 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Weather Application
Weather aplication with API and ScrapyThis project will be a Weather Application with a graphical User interface.When the program starts, it should ask to select the country (Netherlands, Turkey or USA). According to the selected country, the provinces should be listed based on the population. User will be able to see the name of the province they chose, the state they are in, the population, weather (as an icon), temperature. With the City search option in the program, it should be able to show the city information and weather conditions.
All information about Lands are retrieved from Wikipedia by Scrapy und weather informations are retrieved from (https://openweathermap.org/api).
All data store in database and take from database. Here PostgreSQL is used, thus for program regularly run, PostgreSQL must have been already installed.