bartbutenaers / node-red-contrib-ui-web-push

A Node-RED widget node to send web push notifications via the dashboard
Apache License 2.0
16 stars 5 forks source link

No npm-package published #5

Closed FilipHarald closed 4 years ago

FilipHarald commented 4 years ago

Hi,

This looks like an awesome package, exactly what I was looking for. However it doesn't seem to be published on npm?

https://flows.nodered.org/search?term=node-red-contrib-ui-web-push https://www.npmjs.com/search?q=node-red-contrib-ui-web-push

FilipHarald commented 4 years ago

I just found out how to try it out anyway:

git clone https://github.com/bartbutenaers/node-red-contrib-ui-web-push
cd node-red-contrib-ui-web-push
npm link
cd ~/.node-red
npm link node-red-contrib-ui-web-push
node-red-restart

Voíla! Now I can use the node.

bartbutenaers commented 4 years ago

Hi Filip (@FilipHarald), Somehow I have not seen your message. My sincere apologies! Indeed it is still in beta phase, so not on NPM yet. Did you have a chance to test it? And if so, it would be nice if you could share your feedback, because I had only two test persons until now ... Would like to publish this on NPM in the next week. Have a nice sunday! Bart

FilipHarald commented 4 years ago

Alright! I only did a small PoC and it worked perfectly fine. Thank you again!

bartbutenaers commented 4 years ago

Ok, thanks for the feedback!!

mwmason commented 4 years ago

Hi, I just got a notification for a pertinent alert - so your package works well for my use case - thank you! Are you intending to promote this? Is there anything in particular you would like feedback on?

bartbutenaers commented 4 years ago

Hello @mwmason, Thanks for your input! Recently I fixed the latest known issues, so at this moment I don't need feedback anymore. But for this node I have a (private) third party dependency, which I need to publish it on npm.
Will try to find some time to arrange that... Bart