feathers-slack

0.0.1-1 • Public • Published

feathers-slack

Build Status Code Climate Test Coverage Dependency Status Download Status

Installation

npm install feathers-slack --save

Documentation

TBD

Complete Example

Here's an example of a Feathers server that uses feathers-slack.

const feathers = require('@feathersjs/feathers');
const plugin = require('feathers-slack');

// Initialize the application
const app = feathers();

// Initialize the plugin
app.configure(plugin());

License

Copyright (c) 2018

Licensed under the MIT license.

Package Sidebar

Install

npm i feathers-slack

Weekly Downloads

1

Version

0.0.1-1

License

MIT

Unpacked Size

92.7 kB

Total Files

9

Last publish

Collaborators

  • fmoessle