An open API service indexing awesome lists of open source software.

https://github.com/kamikazechaser/equityjs

:classical_building: A Node.js Library For The Equity Bank's Eazzy API
https://github.com/kamikazechaser/equityjs

eazzy-api equitybank

Last synced: 7 months ago
JSON representation

:classical_building: A Node.js Library For The Equity Bank's Eazzy API

Awesome Lists containing this project

README

        

[![npm](https://img.shields.io/npm/v/equityjs.svg?style=flat-square)](https://www.npmjs.com/package/equityjs)
[![Travis](https://img.shields.io/travis/kamikazechaser/EquityJS.svg?style=flat-square)](https://travis-ci.org/kamikazechaser/EquityJS)
[![Codecov](https://img.shields.io/codecov/c/github/kamikazechaser/EquityJS.svg?style=flat-square)](https://codecov.io/gh/kamikazechaser/EquityJS)
[![Telegram](http://img.shields.io/badge/[email protected]?style=flat-square)](https://telegram.me/kamikazechaser)
[![npm](https://img.shields.io/npm/l/equityjs.svg?style=flat-square)](https://github.com/kamikazechaser/EquityJs/blob/master/LICENSE)

> 🏛 EquityJS

A light Node.js llbrary for the Equity Bank's Eazzy API

> Eazzy API

## About

This library allows you to invoke the Eazzy API methods.

**Important Information**

- This library is promised based.
- This library returns actual server errors/responses for debugging/consumption purposes.
- Supports both sandbox and production mode.

**OAuth Information**

Due to the nature of the API, and security reasons, you will be responsible for getting, storing and refreshing your access token. You will need to pass in the token as a parameter for every request (that requires it) you make. This library only provides a low level interface to the Eazzy API.

## Installation

```bash
$ npm install equityjs --save
```

## API Reference

- [Library](https://github.com/kamikazechaser/equityJS/blob/master/doc/api.md)
- [Eazzy API](https://developers.equitybankgroup.com/apis)

## Issues And Contribution

Fork the repository and submit a pull request for whatever change you want to be added to this project. If you have any questions, just open an issue.

## License

Released under AGPL-3.0