Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.