summary refs log tree commit diff homepage
path: root/README.md
blob: 1f96240bca74aa72f6351e6c1faede01e4d6dd38 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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)

```bash
In the repository folder:
$ npm install
$ npm run build # Transpile ES6 to ES5 using Babel
$ npm start -- --config /path/to/config.json # Note the extra double dash
```

by destruc7i0n