Skip to content

shakaman/OctoPostie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OctoPostie Built with Grunt Build Status Dependency Status devDependency Status

================

Simple app to bind github's commit to various services. You can show payload on https://gist.github.com/gjtorikian/5171861

Requirements

  • node v0.10

Installation

  • config: cp src/config.coffee.example src/config.coffee
  • install: npm install -g grunt-cli && npm install && grunt

How it works

It's simple: node server/app.js

Plugins

Use your config file to add a plugin.. They are loaded when you run the app. (aka not hot pluged)

Interface

a plugin must implement an isConcern method regarding the payload

Trello

Only the commits from master branch are processed.

Credits

♡2014 by @shakaman and @chpill. Copying is an act of love. Please copy and share.

Released under the MIT licence