Skip to content

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.

Notifications You must be signed in to change notification settings

amaliaroye/weatherman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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}

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published