Skip to content

kojiwakayama/beacons-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published