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
- Host: GitHub
- URL: https://github.com/kamikazechaser/equityjs
- Owner: kamikazechaser
- License: agpl-3.0
- Created: 2016-12-08T14:59:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-23T14:31:50.000Z (about 8 years ago)
- Last Synced: 2024-11-22T19:08:28.709Z (7 months ago)
- Topics: eazzy-api, equitybank
- Language: JavaScript
- Homepage:
- Size: 48.8 KB
- Stars: 4
- Watchers: 6
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.npmjs.com/package/equityjs)
[](https://travis-ci.org/kamikazechaser/EquityJS)
[](https://codecov.io/gh/kamikazechaser/EquityJS)
[](https://telegram.me/kamikazechaser)
[](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