Skip to content

Lorenzo45/occupato

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

occupato

Chrome Extension: https://chrome.google.com/webstore/detail/occupato/odikgpindnfcicflhhmgbbpjaggmhcjf

Bathroom as a Service (BaaS)

Our internal hackathon project to monitor whether our bathrooms are full.

npm install to install dependencies.

./bin/www to run

To simulate the bathroom monitor arduino:

Send a GET request to localhost:3777/send/update?id=1&open=1

id can be 1,2, or 3 and open can be 0 or 1

localhost:3777/status to see the status page

To run the tests use mocha!

mocha

About

Bathroom as a Service (BaaS)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.4%
  • Other 19.8%
  • HTML 8.0%
  • CSS 4.8%