cowpay-u
v1.0.1
Published
An unofficial Cowpay API layer for Node.js
Downloads
16
Readme
Cowpay U
An unofficial Cowpay API layer for Node.js.
Installation
npm i cowpay-u
Setup Merchant Code and Hash
Create a file called '.env' in the root of your node project. Add the following two variables:
MERCHANT_CODE: your_merchant_code
MERCHANT_HASH: your_merchant_hash
Make sure to keep them private and out of version control.