pushmepro

1.0.0 • Public • Published

PushMe

PushMe API for Node.js

https://www.pushme.cn

  • Useage:
const PushMe = require('pushme');

const pushme = new PushMe({
    sckey: 'PUSHME_KEY'
});

(async () => {
    const res = await pushme.send('node-pushme', 'hello world')
    console.log(res);
})();

MIT

Readme

Keywords

Package Sidebar

Install

npm i pushmepro

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

3.41 kB

Total Files

6

Last publish

Collaborators

  • lyhiving