Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 306 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 306 Bytes

Viper-minimal

This little demo application merely polls the doorbell and executes a bunch of functions.

Setup:

cp .env.example .env

To generate a token:

cargo run --bin sign_up YOUR-EMAIL-HERE

This will return you a TOKEN which you need to put into your .env file.