betulAkgull / sunnie

weather app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sunnie

Screen_Recording_20231105_175143_sunnie.1.1.1.mp4

Sunnie is a simple weather forecast app, that uses some APIs to fetch 5-day forecast data from the Visual Crossing API and LocationIQ to fetch places. To store your Visual Crossing and LocationIQ API key, add it to your local.properties file as follows:

  SEARCH_API_KEY=[YOUR_API_KEY]  //LocationIQ Key
  API_KEY=[YOUR_API_KEY]       //Visual Crossing Key

Structure & Libraries

  • MVVM
  • Hilt
  • Coroutines
  • Retrofit
  • Room
  • Fused Location Provider API
  • Google Sign-in
  • Firebase: FirebaseAuth
  • Lottie
  • Chucker
  • Navigation Component: NavHostFragment, Navigation Drawer