A small library providing utility methods to generate USSD page for CellCube platorm.
npm install cellcube-ussd-page-builder-nodejs --save
builder = require('cellcube-ussd-page-builder-nodejs');
var options = {
descr: "cellcube-ussd-page-builder-nodejs",
content: "Page content goes there",
links: [
{href: "path/option_one", text: "Option one"},
{href: "path/option_two", text: "Option two"}
]
};
console.log(builder.generateContentPage(options));
npm test
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0 Initial release