0.0.5 • Published 1 year ago

node-clover v0.0.5

Weekly downloads
28
License
MIT
Repository
github
Last release
1 year ago

node-clover

Simple NodeJS wrapper for Clover API.

Getting Started

Installation

npm install node-clover

Setup

Basically require node-clover and use init(API_KEY, MERCHANT_ID, URL) function to initialize wrapper.

Example

var clover = require("node-clover")(API_KEY, MERCHANT_ID, URL);

Available Functions

Contributing

If you want to contribute to a project and make it better, your help is very welcome.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.