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