https://github.com/bcongdon/anyonehere
:eyes: See who's home with a simple Flask API
https://github.com/bcongdon/anyonehere
flask-application raspberry-pi
Last synced: 7 months ago
JSON representation
:eyes: See who's home with a simple Flask API
- Host: GitHub
- URL: https://github.com/bcongdon/anyonehere
- Owner: bcongdon
- License: mit
- Created: 2016-09-03T01:32:35.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-14T18:26:48.000Z (over 7 years ago)
- Last Synced: 2025-03-29T00:12:05.466Z (10 months ago)
- Topics: flask-application, raspberry-pi
- Language: JavaScript
- Homepage:
- Size: 571 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AnyoneHere?
> :eyes: See who's around with a simple Flask API
[](https://github.com/feross/standard)
[]()
AnyoneHere gives you a snapshot of who's around.

You can also look at a punchcard-style view of historical data.

## Installation
1. Clone repo and install dependencies
```
git clone https://github.com/bcongdon/AnyoneHere
cd AnyoneHere
pip install -r requirements.txt
```
2. Copy template configuration file.
```
cp config-template.json config.json
```
3. Edit `config.json` file to contain user names and MAC addresses.
4. Build the front end.
```
npm install
npm run build
```
5. Run AnyoneHere.
```
python run.py
```
6. Connect to AnyoneHere at `http://localhost:5000`.
* You can access online user data programmatically by sending a `GET` request to `/api/user`