MatthieuLemoine / push-receiver

A library to subscribe to GCM/FCM and receive notifications within a node process.
https://medium.com/@MatthieuLemoine/my-journey-to-bring-web-push-support-to-node-and-electron-ce70eea1c0b0
MIT License
202 stars 79 forks source link

Replace infinite retrying by promise-request-retry module #32

Open julianhille opened 4 years ago

julianhille commented 4 years ago

Fixes #31

Renamed url to uri as both are equivalent to each other but promise retry logs only the uri.