This Android app gives quick and easy access to the data from HomeDBApi, while also providing a visually pleasing UI.
This app relies on a network of self-hosted weather stations, so any additions will be more than welcome! Creating the weather stations can be done as described in this repo. For the station id and station secret, you can send me an email containing your stations position, height (from sea level) and an unique name.
If you want to build this project yourself, you will first need to clone this repository to your local drive:
git clone https://github.com/Nilusink/WeatherApp && cd WeatherAppNow you need to install all of the node packages. You can either do this using yarn or npm:
yarn installor
npm -iIn case you want to build for android, run following command:
eas build --platform androidAll you need to do now is wait for the build to finish. The apk file can then simply downloaded and installed to your phone.
Building for IOS is a bit more complicated, since you need to log into your Apple Developer Account to do so. Also, installing the application requires XCode and needs to be updated every week.
eas build --platform ios

