A Node.js library for the Slack-API written in TypeScript.
npm install slackbots-typescript --save
let bot: SlackBots = new SlackBots('Insert Slack-API-Key here', 'My Bot');
slackbots-typescript is loosely based on SlackBots.js, a Javascript implementation of the Slack-API.