Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rednblkx/node_bleno_rssi
https://github.com/rednblkx/node_bleno_rssi
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rednblkx/node_bleno_rssi
- Owner: rednblkx
- Created: 2020-11-10T09:56:40.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-10T10:14:12.000Z (about 4 years ago)
- Last Synced: 2023-10-17T01:13:59.317Z (about 1 year ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Express.js application
It has two routes:
## GET /rssi
This route return the variable rssi in JSON format.
JSON object format :
```json
{
"rssi": 0
}
```
## POST /rssi
This route updates the rssi variable.JSON object format :
```json
{
"rssi": 0
}
```