Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 242 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 242 Bytes

nodejs-mpesa-api

Running Locally

git clone https://github.com/machariamuguku/nodejs-mpesa-api.git

cd nodejs-mpesa-api

cp example.env .env

# Edit the .env with your credentials (from saf dev portal)

npm i

npm run start