Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 1.48 KB

File metadata and controls

25 lines (14 loc) · 1.48 KB

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