Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
cesar-faria committed Jun 15, 2020
1 parent 8d565e7 commit 41ce8d2
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
# simple_slackbot
# Simple Slackbot

[![tag](https://img.shields.io/badge/deno->=1.0.0-green.svg)](https://github.com/denoland/deno)

Simple Slackbot is a wrapper for the [Slack Web API](https://api.slack.com/)

## Usage
```ts
import { Slackbot } from "https://raw.githubusercontent.com/cesar-faria/simple_slackbot/master/mod.ts";

const slackbot = new Slackbot("token");
slackbot.sendMessage("#channel", "message");
```

0 comments on commit 41ce8d2

Please sign in to comment.