Node 16
Does MonitoRSS works on Node 16?
I needed to install this version on my Pi 3b+ because i tried Node-RED to try to create a workflow to post RSS feeds to webhooks (to "emulate" the functionality of this bot).
Although i wasn't successful with that, i'm already using that version of node to host other scripts, that's why i don't want to remove that to install v12 or v14.
Unfortunately I can't say for sure if it works on Node v16 since I have not tried it yet, but if you don't encounter any problems then it should be. Depending on whether Pis support Docker, Docker is another alternative to that dependency of your host machine's node version
Unfortunately I can't say for sure if it works on Node v16 since I have not tried it yet, but if you don't encounter any problems then it should be. Depending on whether Pis support Docker, Docker is another alternative to that dependency of your host machine's node version
I tried Docker when i tried to install huginn in my pi, seems to not work. I will need to resort to manual setup btw.