0.0.1-1 • Published 5 years ago

feathers-slack v0.0.1-1

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

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.