a node.js API using Slack their RTM API
npm install betterslackbotapiBetter slackbotAPI
============


A Node.JS module for Slack's RTM API
---
#### Requirements
>The following resources are needed in order to run slackbotapi:
* Modules: eventemitter3, jethro, request and ws
* A valid Slack API Token
#### Installation
Installing slackbotapi is as simple as running the following command:
``npm install slackbotapi``
---