This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

mongoose-quaderno

1.0.2 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i mongoose-quaderno

Weekly Downloads

0

Version

1.0.2

License

MIT

Last publish

Collaborators

  • anthonyringoet