1.0.2 • Published 9 years ago

mongoose-quaderno v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

Mongoose Quaderno.io contact plugin

travis ci build js-standard-style

Mongoose plugin to manage Quaderno contacts and their invoices. Add it to your Mongoose models to store:

  • contact_id
  • permalink
  • invoices

API

@todo Need to list it here, see tests

Usage

Install

$ npm install mongoose-quaderno
var quadernoContact = require('mongoose-quaderno')
var SomeSchema = new mongoose.Schema({
  // your schema stuff here
})

SomeSchema.plugin(quadernoContact)

License

MIT