Skip to content

Latest commit

 

History

History

viper-minimal

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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.