![Daraja Logo](../img/daraja.png)

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

![npm](https://img.shields.io/npm/v/daraja.svg?style=flat-square)
![Travis (.com)](https://img.shields.io/travis/com/austinewuncler/daraja.svg?style=flat-square)
![Coveralls github](https://img.shields.io/coveralls/github/austinewuncler/daraja.svg?style=flat-square)
![Codacy grade](https://img.shields.io/codacy/grade/52f5703641404c969aa8d6c0d9f0616d.svg?style=flat-square)
![Code Climate issues](https://img.shields.io/codeclimate/issues/austinewuncler/daraja.svg?style=flat-square)
![Code Climate maintainability](https://img.shields.io/codeclimate/maintainability/austinewuncler/daraja.svg?style=flat-square)
![David](https://img.shields.io/david/austinewuncler/daraja.svg?style=flat-square)
![David](https://img.shields.io/david/dev/austinewuncler/daraja.svg?style=flat-square)
![npm bundle size (minified)](https://img.shields.io/bundlephobia/min/daraja.svg?style=flat-square)
![npm](https://img.shields.io/npm/dt/daraja.svg?style=flat-square)
![GitHub](https://img.shields.io/github/license/austinewuncler/daraja.svg?style=flat-square)

## 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
```
