Skip to content

finitepartners/slackbots

 
 

Repository files navigation

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.

About

A slack-bot library written in typescript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 81.4%
  • JavaScript 18.6%