Intergration with ussd providers.
Clone this repository
git clone git@github.com:t1bb4r/ussdjs.git
cd ussdjs
Download node and install
wget https://nodejs.org/dist/v4.2.3/node-v4.2.3-linux-x64.tar.gz -O local.tar.gz
tar xf local.tar.gz
Add local node to PATH
echo "PATH='./local/bin':$PATH" >> ~/.bashrc
source ~/.bashrc
Install node packages
npm install -d
Run test suite
npm test