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.
- Host: GitHub
- URL: https://github.com/mohssineserraji/patients_raspberry_sense_hat
- Owner: MohssineSERRAJI
- Created: 2020-10-22T03:00:20.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-06T22:47:46.000Z (over 5 years ago)
- Last Synced: 2025-03-04T03:32:19.058Z (over 1 year ago)
- Topics: raspberry-pi
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.