Skip to content

Commit

Permalink
Started usage section
Browse files Browse the repository at this point in the history
  • Loading branch information
philliphenslee committed Oct 14, 2015
1 parent b3338e6 commit fba36d6
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,24 @@
[![Coverage Status](https://coveralls.io/repos/philliphenslee/smartslack/badge.svg?branch=master&service=github)](https://coveralls.io/github/philliphenslee/smartslack?branch=master)
[![Current Version](https://img.shields.io/badge/version-0.2.0-blue.svg)](https://github.com/philliphenslee/smartslack)

##Summary
##Overview
***SmartSlack*** is a node.js module for [*Slack's*](https://slack.com) Real Time Messaging API.

## Installation

##Usage

Creating a new intance of *SmartSlack*

```
var SmartSlack = require('smartslack');
var options = { token: 'xxxx-01234567890-ABCDEFGHIJKLMNOPQRSTUVWX'};
var slackClient = new SmartSlack(options);
slackClient.login();
```


0 comments on commit fba36d6

Please sign in to comment.