Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 716 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 716 Bytes

Weatherman

Weatherman is an iOS-inspired web application that allows users to search a location and see the current and forcasted weather for that area using data from Open Weather API.

Demo

Weatherman Screenshot

API

  • First search by city using the Geocoding API to get the location data.

  • Then make a call to the One Call API using the returned latitude and longitude of the location. https://api.openweathermap.org/data/2.5/onecall?lat={lat}&lon={lon}&exclude={part}&appid={API key}