Skip to content

t1bb4r/ussdjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ussdjs

Intergration with ussd providers.

Setup

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

About

Intergration with ussd providers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published