README.md

# mpower

[![Build Status](https://travis-ci.org/abakhi/mpower.svg?branch=master)](https://travis-ci.org/abakhi/mpower)

Elixir wrapper for MPowerPayments API

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:

  1. Add mpower to your list of dependencies in `mix.exs`:

        def deps do
          [{:mpower, "~> 0.1.0"}]
        end

  2. Ensure mpower is started before your application:

        def application do
          [applications: [:mpower]]
        end

## Use

See the test suite for examples