Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 678 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 678 Bytes

Weather App

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

Features


  • Find current weather of a city
  • Get the forecasted weather for a city (upto 16 days)

Local Environment


clone the repo in your directory and open the index.html in your browser.

Mentions

  • Tech Used: JavaScript, Ajax, HTML and CSS