summary refs log tree commit diff homepage
path: root/README.md
blob: 21147b9aa7a1155863adce943c6103ad21e5de75 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# shulker

[![Build Status](https://david-dm.org/destruc7i0n/shulker.svg)](https://david-dm.org/destruc7i0n/shulker)
[![Build Status](https://travis-ci.org/destruc7i0n/shulker.svg?branch=master)](https://travis-ci.org/destruc7i0n/shulker)

> Connects [Discord](https://discordapp.com/) and Minecraft Servers by sending messages back and forth.

## Example
![discord-irc](http://i.giphy.com/6yj4FRw3XZt6M.gif)

## Installation and usage
Clone repository, edit ```config.json``` and change any options, and then,
```bash
In the repository folder:
$ npm install
$ npm start
```

by destruc7i0n