giveaway-check-node
v1.0.5
Published
# Usage * Get the project via npm: ``` npm install --save giveaway-check-node ```
Downloads
1
Readme
Callback verification for custom action tasks provided to giveaway.com website
Usage
- Get the project via npm:
npm install --save giveaway-check-node
- hao to use
const checkDemo = require("giveaway-check-node")
const params = {
apiKey: "23gtPCT0zWpiMDiHmSoJfcOen4axAutfa93GYEwVYSMZt30hNDsRDUlJfJHVtNTD",
event: "purchase",
...
}
checkDemo(params)
props
| name | type | required | |:--------| :---------| :--------| | apiKey | string | required | | event | string | required | | value | string | optional | | remark | string | optional |