Skip to content

phren-ke/mpesa-intergration-with-Nodejs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mpesa-intergration-with-Nodejs

This is integration of Daraja API with Nodejs

🔹 Requirements ,Packages used and Installation

Download and install Nodejs and npm, version 16 and above so as to avoid inconvience

1 .Fork ,Clone the repo and Create an environment 📌

Depending on your operating system,make a virtual environment to avoid messing with your machine's primary dependencies

Windows

git clone https://github.com/{your-GitHub-username}/mpesa-intergration-with-Nodejs.git
cd mpesa-intergration-with-Nodejs

macOS/Linux

git clone https://github.com/{your-GitHub-username}/mpesa-intergration-with-Nodejs.git
cd mpesa-intergration-with-Nodejs

3 .Install the requirements 📌

Applies for windows/macOS/Linux

npm install or yarn install

4 .Create an env file and check out in the env.example file of what credantials is required

5. Run the application 📌

npm start or yarn start

The sever will be running and the database will be connected .




Happy Open Source and Coding 👍

Please make sure to update tests as appropriate.

License

MIT

About

This is integration of Daraja API with Nodejs

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 99.0%
  • Shell 1.0%