Skip to content

tawsifalam/bkash_nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bkash payment implementation using node js

Installation

Tested on Node.js v14+.

First of all go to the project directory and rename env.sample with .env and enter your credentials

SECRET=YOUR_SECRET
KEY=YOUR_KEY
USERNAME=YOUR_USERNAME
PASSWORD=YOUR_PASSWORD

Install the dependencies and devDependencies and start the server.

$ cd $project_dir
$ npm install
$ npm start

Releases

No releases published

Packages

No packages published