Skip to content

Latest commit

 

History

History
executable file
·
42 lines (35 loc) · 1.55 KB

README.md

File metadata and controls

executable file
·
42 lines (35 loc) · 1.55 KB

spool-notifications

Gitter NPM version Build Status Test Coverage Dependency Status Follow @FabrixApp on Twitter

Notifications for Fabrix

Install

$ npm install --save @fabrix/spool-notifications

Configure

// config/main.ts
import { NotificationsSpool } from '@fabrix/spool-notifications'
export const main = {
  spools: [
    // ... other spools
    NotificationsSpool
  ]
}