This app and related code is free to use for anyone. This was a side project to learn Android, kotlin and the many libraries that came along with it.
There are many Weather apps, but this one focused on these features:
- Widgets: This app supports a gallery like widget for current storms
- Unique Weather models. The weather models are scraped from various first party sources. Originally I was most interested in the relatively new HAFS-A and HAFS-B models that came out June 2023.
The app can be downloaded from Google Play: https://play.google.com/store/apps/details?id=com.thirdgate.stormtracker
- Clone repo and open with Android Studio. Ensure gradle and libraries build properly.
- App is built to use an API which scrapes and preprocesses storm data. The code for that can be found: https://github.com/ddxv/storm-tracker