UNPKG
huawei-push
Version:
latest (0.0.6-0)
0.0.6-0
0.0.5-0
0.0.4-0
0.0.3-0
0.0.2-0
0.0.1
Huawei Android Push Node SDK
github.com/ijinmao/Huawei-push
ijinmao/Huawei-push
huawei-push
/
example
/
config.js
9 lines
(8 loc)
•
180 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
module
.
exports
= {
appId
:
1
,
appSecret
:
'your appSecret'
,
tokens
:
'your device token'
,
callback
:
function
(
) {
console
.
log
(
JSON
.
stringify
(
arguments
,
null
,
2
)); } };