/beacons-api

Primary LanguageJavaScriptMIT LicenseMIT

beacons-api

A RESTful Api for beacons-transmitter that can be interfaced over HTTP or WebSockets.

Features

Dependencies

Installation

npm install

Start server

npm start

Api

Endpoints:
  • /beacon
  • /ranges
Finding data:

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

see feathers-mongoose docs

Beacons transmitter

see beacons-transmitter

Author

Koji Wakayama

License

MIT