Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adrienemery/arduino-rest-api
A REST api for interfacing with Arduino.
https://github.com/adrienemery/arduino-rest-api
Last synced: 9 days ago
JSON representation
A REST api for interfacing with Arduino.
- Host: GitHub
- URL: https://github.com/adrienemery/arduino-rest-api
- Owner: adrienemery
- License: mit
- Created: 2015-10-26T00:11:54.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-05T04:42:41.000Z (about 9 years ago)
- Last Synced: 2024-11-08T12:44:40.419Z (2 months ago)
- Language: HTML
- Size: 284 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# arduino-rest-api
A REST api for interfacing with Arduino.### Installing ###
`pip install -r requirements.txt`### Running ###
To start the flask server run:`python api.py`
Now open `index.html` in your web browser and all should be good in the world.