A pluggable message wall
Install
$ npm install --save estisia-wall
Usage
var estisia-wall = require('estisia-wall');
See the API docs for available methods.
The basic idea is, that you'll create a wall, then save it's ObjectID somewhere in your models.
Later on you can start any actions provided by the API by supplying the wall id, and the necessary parameters for the action.
Running tests
To run the tests you'll need a git checkout, as the npm version does not contain them.
$ npm test
or if you are developing this package
$ grunt watch
Generating the documentation
The following command outputs the documentation under /docs
$ npm run-script gendocs
License
MIT © Viktor Nagy