A RESTful Api for beacons-transmitter that can be interfaced over HTTP or WebSockets.
npm install
npm start
- /beacon
- /ranges
You have access to the powerful query language behind Mongoose and MongoDB.
Example Request:
GET /beacon?conditions={"timestamp":{"$lte":1403784375317,"$gte":1403784375315}}&fields=""&options={"sort":{"timestamp":-1}}
Koji Wakayama