A RaspberryPi Weather Station and Observation planner made for Astronomy. Project is in pre-alpha, expect lots of changes to api, backend, and UI.
We appreciate any feedback on the application, we cannot test everything ourselves and any help debugging is very much appreciated. To contribute in this way, please open an issue.
Install rustup
Navigate to directory
cd frontendBuild
cargo build --releaseCreate coordinates.json in the project directory (where this README is)
{
"lat":"LATITUDE_IN_DECIMALS",
"lon":"LONGITUDE_IN_DECIMALS"
}Optionnal arguments for more info: RUST_LOG=info
LINUX:
./target/release/weather_frontendWINDOWS:
target\release\weather_frontend.exe