Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/martinvol/doorman
Our raspberry pi says hello
https://github.com/martinvol/doorman
Last synced: 9 days ago
JSON representation
Our raspberry pi says hello
- Host: GitHub
- URL: https://github.com/martinvol/doorman
- Owner: martinvol
- License: mit
- Created: 2017-07-28T23:47:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-28T23:51:19.000Z (over 7 years ago)
- Last Synced: 2024-10-14T03:04:35.894Z (24 days ago)
- Language: JavaScript
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Doorman
Managing members' presence in the office.
## Running
Quick & dirty:
```
virtualenv env
source env/bin/activate
pip install -r requirements.txt
npm i
webpack
sudo python server.py
```And then [http://localhost:5000](http://localhost:5000)
## Hacking
```
webpack -w &
sudo python server.py
```## Caveats
Localhost is never in the ARP memory, so no reverse lookup ARP->Profile can be made. Use your phone to debug.
Currently the profile must be `{name: 'something', email: 'something'}` or shit breaks. And is being sent as a string inside the socket.io message, not as an object.
If `email` in that profile contains a `@`, gravatar is used.
## LICENSE
MIT (see LICENSE.md)