2.0.3 • Published 4 years ago

truewallet-gift v2.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

Installing

Using npm:

$ npm install truewallet-gift

Using bower:

$ bower install truewallet-gift

Using yarn:

$ yarn add truewallet-gift

Example

const walletgift = require("truewallet-gift")
let wallet = new walletgift('0123456789');
async function main() {
    var response = await wallet.pay("https://gift.truemoney.com/campaign/?v=jkaIee01khBpXXvefc")
    console.log(response);
}
main();
2.0.3

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago