A pluggable message wall
Install
$ npm install --save estisia-wallUsage
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 testor if you are developing this package
$ grunt watchGenerating the documentation
The following command outputs the documentation under /docs
$ npm run-script gendocsLicense
MIT © Viktor Nagy
