daraja
Version:
A NodeJS library to simplify integration with Safaricom's Daraja M-Pesa API
87 lines (50 loc) • 3.05 kB
HTML
<html lang="en">
<head>
<meta charset="utf-8">
<title>JSDoc: Home</title>
<script src="scripts/prettify/prettify.js"> </script>
<script src="scripts/prettify/lang-css.js"> </script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
<link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
</head>
<body>
<div id="main">
<h1 class="page-title">Home</h1>
<h3> </h3>
<section>
<article><p><img src="../img/daraja.png" alt="Daraja Logo"></p>
<p>A NodeJS library to simplify integration with Safaricom's Daraja M-Pesa API</p>
<p><img src="https://img.shields.io/npm/v/daraja.svg?style=flat-square" alt="npm">
<img src="https://img.shields.io/travis/com/austinewuncler/daraja.svg?style=flat-square" alt="Travis (.com)">
<img src="https://img.shields.io/coveralls/github/austinewuncler/daraja.svg?style=flat-square" alt="Coveralls github">
<img src="https://img.shields.io/codacy/grade/52f5703641404c969aa8d6c0d9f0616d.svg?style=flat-square" alt="Codacy grade">
<img src="https://img.shields.io/codeclimate/issues/austinewuncler/daraja.svg?style=flat-square" alt="Code Climate issues">
<img src="https://img.shields.io/codeclimate/maintainability/austinewuncler/daraja.svg?style=flat-square" alt="Code Climate maintainability">
<img src="https://img.shields.io/david/austinewuncler/daraja.svg?style=flat-square" alt="David">
<img src="https://img.shields.io/david/dev/austinewuncler/daraja.svg?style=flat-square" alt="David">
<img src="https://img.shields.io/bundlephobia/min/daraja.svg?style=flat-square" alt="npm bundle size (minified)">
<img src="https://img.shields.io/npm/dt/daraja.svg?style=flat-square" alt="npm">
<img src="https://img.shields.io/github/license/austinewuncler/daraja.svg?style=flat-square" alt="GitHub"></p>
<h2>Getting Started</h2><p>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.</p>
<h3>Prerequisites</h3><p>You need <a href="https://nodejs.org">NodeJS & npm</a> installed on your operating system</p>
<pre class="prettyprint source lang-sh"><code>node --version</code></pre><pre class="prettyprint source lang-sh"><code>npm --version</code></pre><h3>Installing</h3><p>Open a command line and navigate to your project's root folder and run</p>
<pre class="prettyprint source lang-sh"><code>npm install --save daraja</code></pre></article>
</section>
</div>
<nav>
<h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Mpesa.html">Mpesa</a></li></ul>
</nav>
<br class="clear">
<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a>
</footer>
<script> prettyPrint(); </script>
<script src="scripts/linenumber.js"> </script>
</body>
</html>