/slackbots

A slack-bot library written in typescript

Primary LanguageTypeScriptMIT LicenseMIT

slackbots-typescript

Build Status Coverage Status

A Node.js library for the Slack-API written in TypeScript.

Installation

npm install slackbots-typescript --save

Usage

let bot: SlackBots = new SlackBots('Insert Slack-API-Key here', 'My Bot');

Credits

slackbots-typescript is loosely based on SlackBots.js, a Javascript implementation of the Slack-API.