Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

## Weather Application
Weather aplication with API and Scrapy

This 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.