UNPKG

pushy-me

Version:

pushy-me is a simple push notification service for Node.js

6 lines (5 loc) 229 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const __1 = require(".."); const pushy = __1.default.initialize('YOUR_API_KEY'); pushy.sendPushNotification({ message: 'hello' }, 'YOUR_DEVICE_TOKEN');