A simple application that shows the weather in different cities around the world. The user can enter a city name in the search bar and press the Search
button. After that, the application will make a GET
request to the server and display the weather forecast for the current city on the main screen which includes the following information:
- the daily degrees
- the maximum and minimum daily temperature
- the percent of humidity
- the speed of the wind
The app is based on:
- JavaScript
- HTML & CSS
- OpenWeatherMap (Weather API / Current Weather Data)
- Gradient Magic Backgrounds
- Font Awesome Icons
- Google Fonts
You can follow the link to open the app in your browser.