daraja
Version:
A NodeJS library to simplify integration with Safaricom's Daraja M-Pesa API
42 lines (30 loc) • 1.65 kB
Markdown

A NodeJS library to simplify integration with Safaricom's Daraja M-Pesa API











## Getting Started
These instructions will get you a copy of the project up and running on your
local machine for development and testing purposes. See deployment for notes on
how to deploy the project on a live system.
### Prerequisites
You need [NodeJS & npm](https://nodejs.org) installed on your operating system
```sh
node --version
```
```sh
npm --version
```
### Installing
Open a command line and navigate to your project's root folder and run
```sh
npm install --save daraja
```