1.0.7 • Published 3 years ago

mpesa-nodejs-sdk v1.0.7

Weekly downloads
-
License
ISC
Repository
github
Last release
3 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

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago