文件名称:mongoose-ratbird:用于鼠鸟通知首选项的猫鼬插件
文件大小:5KB
文件格式:ZIP
更新时间:2024-07-24 19:07:03
JavaScript
猫鼬鼠鸟偏好 使用通知程序首选项扩展您的模式。 用法 使用节点包管理器安装: npm install mongoose-ratbird 在你的猫鼬模式中调用: var User = new mongoose . Schema ( { // ... } ) ; User . plugin ( require ( 'mongoose-ratbird' ) ) ; 现在,您的 mongoose Document将具有通知首选项,这些首选项可以提供给ratbird.Notifier实例的dispatch()方法。 var notifier = ratbird . createNotifier ( config ) ; // ... notifier . dispatch ( { title : 'Some Notification' , content : 'Someth
【文件预览】:
mongoose-ratbird-master
----.gitignore(587B)
----README.md(757B)
----LICENSE(7KB)
----package.json(544B)
----index.js(2KB)