Skip to content

Android weather application fetching 5-day forecast from OpenWeather and storing it locally

License

Notifications You must be signed in to change notification settings

alxiw/open-weather-forecast

Repository files navigation

Open Weather Forecast

An Android application which represents a wrapper for OpenWeather API and implemented using the MVVM and Repository patterns, Realm database, and some of Android Architecture Components, such as LiveData and ViewModel. The application fetches 5-day weather forecast for every 3 hours to provide it for the location, that you typed at the search field.

drawing

Dependencies

Building

In order to request data you will need an Open Weather API key. In the project's root directory open the file local.properties and include your it following the pattern apikey="YOUR_API_KEY".

License

MIT © alxiw

About

Android weather application fetching 5-day forecast from OpenWeather and storing it locally

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages