andreialecu / node-apn-http2

Communicate with Apple Push Notification Service via native Node.js v8.8.1+ HTTP2 module (node-apn drop-in)
MIT License
26 stars 10 forks source link

Publish on npm #3

Closed jpike88 closed 6 years ago

andreialecu commented 6 years ago

It is on npm: https://www.npmjs.org/package/node-apn-http2

jpike88 commented 6 years ago

Alright, FYI I have forked https://github.com/appfeel/node-pushnotifications to https://github.com/streaka/node-pushnotifications-http2, not sure if you use that but usually people looking for iOS push want an Android solution alongside it

jpike88 commented 6 years ago

Should probably also update readme to mention it's on npm

andreialecu commented 6 years ago

There's a npm badge up top, and it mentions being able to install via yarn which does the same thing as npm and works using npm's repository.

jpike88 commented 6 years ago

I've been writing for node.js for 3 years and I still have no idea what yarn is, I don't think that assumption is a safe one to make. Usually people use one or the another.

andreialecu commented 6 years ago

yarn is the same as npm, just much faster, especially for bigger projects.

npm5+ however has recently started being more up to par with yarn.