Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 650 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 650 Bytes

Weather-Application

A Weather Web Application that utilizes the OpenWeatherMap's API to return current weather information for a given location.


Simple web application written with

  1. Javascript
  2. HTML5
  3. CSS3

that returns the current weather of any city on earth. The app utilizes OpenWeatherMap's API.

Following weather information is obtained for a specific city/location.

  1. Temperature (in Celsius)
  2. Weather-description
  3. Humidity (in %)
  4. Wind-Speed (in km/h)

This app is live hosted here: Weather-App.