plott-mongo-models
v0.0.2
Published
Mongoose models used by plott.
Downloads
10
Readme
plott-mongo-models
Mongoose models used by plott.
plott.mongoModels
Mongoose models used by Plott.
Models:
- 'FingerPrints' Model that collects wifi fingerprint data.
Example
var FingerPrints = plott.mongoModels.FingerPrints;
//=FingerPrints model
Returns Object
, model
Installation
Requires nodejs.
$ npm install plott-mongo-models
Tests
$ npm test