Simple Slackbot
Simple Slackbot is a wrapper for the Slack Web API
Usage
import { Slackbot } from "https://raw.githubusercontent.com/cesar-faria/simple_slackbot/master/mod.ts";
const slackbot = new Slackbot("token");
slackbot.sendMessage("#channel", "message");