1.2.0 • Published 8 years ago

cellcube-ussd-page-builder-nodejs v1.2.0

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

Myriade's CellCube USSD Page builder for nodeJs

A small library providing utility methods to generate USSD page for CellCube platorm.

Installation

npm install cellcube-ussd-page-builder-nodejs --save

Usage

 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));

Tests

  npm test

Contributing

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.

Release History

  • 1.2 Latest release
  • 1.0.9
  • 1.0.8
  • 1.0.7
  • 1.0.5
  • 1.0.5
  • 1.0.4
  • 1.0.3
  • 1.0.2
  • 1.0.1
  • 1.0.0 Initial release
1.2.0

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago