nodebb-plugin-slack-notifier

Simple nodebb plugin that notify slack about posts

Usage no npm install needed!

<script type="module">
  import nodebbPluginSlackNotifier from 'https://cdn.skypack.dev/nodebb-plugin-slack-notifier';
</script>

README

nodebb-plugin-slack-notifier(beta)

Simple nodebb plugin that notify slack about new posts in forum with slack webhook url api.

npm Travis styled with prettier Built with generator-ts-np

Install

With npm

npm i --save nodebb-plugin-slack-notifier

With yarn

yarn add nodebb-plugin-slack-notifier

You don't have to install type definitions for typescript. It's built in.

Usage

Update your 'slackWebUrl', slack 'channelName' and 'postContentLength' in NodeBB config.json file. The plugin will work for you...:)

Thanks

https://www.npmjs.com/package/nodebb-plugin-slack-extended

Change log

brief change log

Version of ts-np-generator used: used version of ts-np generator

Licence

MIT © Lakshmipriya.mukundan@gmail.com