A simple weather station frontend focused around the netatmo API.
Not ready for broad consumer usage.
TODO: install script + tutorial
Add a file to src/credentials.rs with these contents.
pub static CLIENT_ID: &str = "";
pub static CLIENT_SECRET: &str = "";
pub static INFLUX_ORG: &str = "";
pub static INFLUX_TOKEN: &str = "";