AurelienLoyer / AurelienLoyer/blind-store-project
Use extension instead of self host app ?
Open
enhancement
hacktoberfest-accepted
- Dominant language
- HTML
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
# WHY?
Deploying a new version inside the nodemcu sometime is a pain...
We have to plug the card on a computer...
# SOLUTION?
Develop a browser extension plug to the exposed "API" of the nodemcu
```
# Globals
GET /temperature
GET /position
GET /luminosity
# Actions
## stop
GET /action?value=stop
## up
GET /action?value=up
## down
GET /action?value=down
```
# TODO
- [x] First draft
- [ ] Customizable version
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.