SlackbotAPI
============
[![GitHub Stars](https://img.shields.io/github/stars/xBytez/slackbotapi.svg?style=flat-square)](https://github.com/xBytez/slackbotapi/stargazers)
[![GitHub Issues](https://img.shields.io/github/issues/xBytez/slackbotapi.svg?style=flat-square)](https://github.com/xBytez/slackbotapi/issues)
[![Current Version](https://img.shields.io/badge/version-1.1.2-green.svg?style=flat-square)](https://github.com/xBytez/slackbotapi)

A Node.JS module for Slack's RTM API

---

## Setup

#### Requirements
>The following resources are needed in order to run `slackbotapi`:

 * Modules: `eventemitter3`, `jethro`, `request` and `ws`
 * A valid Slack API Token
 * An internet connection

#### Installation
Installing slackbotapi is as simple as running the following command:
```npm install slackbotapi```

---

## Usage
After installing this module and its [dependencies](#Requirements), you can check the [example_bot.js](https://github.com/xBytez/slackbotapi/blob/master/example_bot.js) to learn the basics.
