node-clover
v0.0.5
Published
Simple NodeJS wrapper for Clover POS API
Downloads
104
Readme
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.