Skip to content

Latest commit

 

History

History

Weather-App

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Weather App

A Simple Mobile Weather App based on project idea from app-ideas repo. Depolyed on Github Pages here.

APIs Used

  • ipapi for fetching user's city from their ip.
  • Nominatim to resolve city name to latitude and longitude.
  • OpenWeatherMap API for fetching city's current and forecaste weather.

References