Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 697 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 697 Bytes

Weather_app

Android app that connects to the OpenWeatherMap API and displays the weather in your instant location.

Usage

  1. Location permission must be granted when the app is opened
  2. Uses the OpenWeatherMap API to fetch current forecast data.
  3. Stores all of the data on device, persistent across launches.
  4. Weather forecast data is cached, but refreshed by the repository on launch.

Blog posts about project

In-App Updates - Mobiler.dev