1.0.7 • Published 4 years ago

mpesa-nodejs-sdk v1.0.7

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

Mpesa sdk for nodejs

A minimalistic wrapper for Mpesa daraja 2.0 apis. Written in a simple easy to understand and follow syntax for any javascript developer. It's meant to get you started quickly with a clear and consise syntax.

Installation

npm install mpesa-sdk-nodejs

Getting Started

import { apiClient } from 'mpesa-sdk-client';

const client = new apiClient()

obtaining an access token

const token = await client.getAccessToken()

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago