Skip to content

Latest commit

 

History

History
38 lines (20 loc) · 1.88 KB

README.md

File metadata and controls

38 lines (20 loc) · 1.88 KB

Weather Forecast Website

✏️ A simple website to show the weather forecast of cities all over the world ❗

Project deployed at

Weather forecast

Screenshots

➡️ The homepage have 2 search bars for countries and cities. It is not compulsory to enter both the country and city name. But, if there are more cities with the same name, it is recommended to search the city along with its country name ❗

screenshots

➡️ The website is designed in such a way that it displays the temperature, humidity, longtitude, latitude of the city and the svg of the climate ❗

screenshots

➡️ Some Examples ❗

screenshots

screenshots

screenshots

screenshots

screenshots

screenshots

screenshots

screenshots

➡️ The information is displayed using an API. An API provides a fast, consistent and reliable way to get third party data. An API may be used for database communication between web applications. By extracting the implementation and relinquishing data into objects, an API simplifies programming ❗

➡️ The API used here : (https://openweathermap.org/api)