Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 354 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 354 Bytes

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 = "";