Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 457 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 457 Bytes

Weather-App

A web-based weather app that allows user to look up the current weather at a city. A project for API practice. Data includes:

  • The overall sky condition
  • Current temperature
  • Highest and Lowest Temperature
  • Wind speed
  • Humidity
  • Visibility distance
  • All parameters available in both Imperial units and Metric units

Data are called from OpenWeatherApp's free-tier API service

(index.html built with JS for DOM manipulation practice)