plott-mongo-models

Mongoose models used by plott.

Usage no npm install needed!

<script type="module">
  import plottMongoModels from 'https://cdn.skypack.dev/plott-mongo-models';
</script>

README

plott-mongo-models

build status

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