This weather app is a web-based application that allows users to search for current weather information as well as weather forecast of different cities around the world. Users can search for weather information by city name. This weather app uses the openweathermap API which is found at www.openweathermap.org
Check out the live version here
- Find current weather of a city
- Get the forecasted weather for a city (upto 16 days)
clone
the repo in your directory and open the index.html
in your browser.
- Tech Used: JavaScript, Ajax, HTML and CSS