Skip to content

Nilusink/WeatherApp

Repository files navigation

Weather App


badge
badge badge


This Android app gives quick and easy access to the data from HomeDBApi, while also providing a visually pleasing UI.


              



Adding your own weather station

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.



Building

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 WeatherApp

Now you need to install all of the node packages. You can either do this using yarn or npm:

yarn install

or

npm -i

Android

In case you want to build for android, run following command:

eas build --platform android

All you need to do now is wait for the build to finish. The apk file can then simply downloaded and installed to your phone.


IOS

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

About

Android App for the HomeAPI weather stations

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors