2.0.3 • Published 5 years ago
truewallet-gift v2.0.3
Installing
Using npm:
$ npm install truewallet-giftUsing bower:
$ bower install truewallet-giftUsing yarn:
$ yarn add truewallet-giftExample
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();