An open API service indexing awesome lists of open source software.

https://github.com/b-ryan/standuino

Code to monitor an arduino for sitting / standing
https://github.com/b-ryan/standuino

Last synced: 3 months ago
JSON representation

Code to monitor an arduino for sitting / standing

Awesome Lists containing this project

README

          

# standuino

This is the companion library to https://github.com/b-ryan/standuino-arduino.
It reads data from an arduino and does stuff with the data.

## Development

Set up a virtual environment and install the requirements:

```
mkvirtualenv standuino
pip install -r requirements.txt -r dev_requirements.txt
```

## Tests

```
make test
```