Skip to content

A simple weather station frontend focused around the netatmo API.

Notifications You must be signed in to change notification settings

DasBlackfur/raspi-weather

Repository files navigation

raspi-weather

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 USERNAME: &str = "";
pub static PASSWORD: &str = "";

About

A simple weather station frontend focused around the netatmo API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published