Skip to content
This repository has been archived by the owner on Jan 13, 2019. It is now read-only.

Mongoose Quaderno.io contact plugin

License

Notifications You must be signed in to change notification settings

anthonyringoet/mongoose-quaderno

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Mongoose Quaderno.io contact plugin

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published