Mongoose plugin to manage Quaderno contacts and their invoices. Add it to your Mongoose models to store:
- contact_id
- permalink
- invoices
@todo Need to list it here, see tests
Install
$ npm install mongoose-quaderno
var quadernoContact = require('mongoose-quaderno')
var SomeSchema = new mongoose.Schema({
// your schema stuff here
})
SomeSchema.plugin(quadernoContact)
MIT