Features and capabilities
- Show the weather by Location
- Show the weather by Search
- Show the weather for the coming days
- Display icons based on weather type
- Show Pressure, Humidity and Wind Speed
----- Click To View Demo -----
notice : To run the project, you must run the project on a server or create a virtual server on your local system.
Weather API : You can get a free API from Openweathermap.org to get weather information.
Geocoding API : You can get a free API from locationiq.com to convert coordinates to the city name.
Note that the APIs used in this project is for testing. You can get proprietary APIs from the two sites above and include them in the assets/js/main.js file in the project (line one for locationiq.com API and line two for Openweathermap.org API, like the below image).
Screenshot
Updated (2021-11-29) :
- Added Spinner to Project, user see the spinner and wait for load page