No description
Find a file
2015-11-25 09:10:46 +01:00
src print to standard output if not NATS server on localhost 2015-04-21 21:28:26 +02:00
.gitignore use stack instead of raw cabal 2015-07-28 00:31:52 +02:00
LICENSE initial commit 2015-03-29 19:46:29 +02:00
muraine.cabal use stack instead of raw cabal 2015-07-28 00:31:52 +02:00
README.md updated README 2015-11-25 09:10:46 +01:00
Setup.hs initial commit 2015-03-29 19:46:29 +02:00
stack.yaml use stack instead of raw cabal 2015-07-28 00:31:52 +02:00

Muraine

Eat octopussies

Absorb github API events.

See <yannesposito.com> for the blog post.

INSTALL

  1. Install stack
  2. Install nats: brew install gnatsd
  3. clone the repository
  4. stack setup
  5. stack build

Usage

Launch nats:

> gnatsd

And in another terminal:

> stack exec muraine -- GITHUB_LOGIN GITHUB_PASSWORD

This will send the datas to NATS.

To read the content you could use nats-consumer:

> nats-consumer ghevents