slackie

Asynchronous nodejs wrapper over Slack API

Usage no npm install needed!

<script type="module">
  import slackie from 'https://cdn.skypack.dev/slackie';
</script>

README

Description

A small bot for Slask, who knows how to speak in the channel, in PM and knows when he is asked for something.

Documentation

Initialize

const Slackie = require('slackie');
const slackie = new Slackie('token');

You can get token from defined before, or create new token there.

Methods

Events

Examples

Installation