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

https://github.com/mohssineserraji/patients_raspberry_sense_hat

An implementation 0f Sense HAT API.
https://github.com/mohssineserraji/patients_raspberry_sense_hat

raspberry-pi

Last synced: about 2 months ago
JSON representation

An implementation 0f Sense HAT API.

Awesome Lists containing this project

README

          

# patients-raspberry-code

#### An implementation 0f [Sense HAT API](https://pythonhosted.org/sense-hat/api/).

## Local Setup:
1. Ensure that Python is installed.
2. Install the Sense HAT software by opening a Terminal window and entering the following commands:
`sudo apt-get update`&
`sudo apt-get install sense-hat`&
`sudo reboot`
3. Ensure to change the URL of the API which will handle your data in request file.
`url = "https://byte-happy.herokuapp.com/addAccident"`
4. Run *app.py* with `python app.py`.