Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rednblkx/node_bleno_rssi


https://github.com/rednblkx/node_bleno_rssi

Last synced: 12 days ago
JSON representation

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
}
```