I spent a bit of time last night putting together the final pieces of code that’ll connect alerts on IFTTT to devices and systems on my internal network, via a simple node.js server. It sits on the edge of my network listening for some JSON to be POSTed at it, and then relays the JSON to a machine inside the network. Initially just one machine – the Plex HTPC in the living room, but eventually I’ll add more logic. Continue reading
IFTTT
There are 2 posts tagged IFTTT (this is page 1 of 1).
Notifications Redux
After getting notifications working in PowerShell I need to use a different technology for another (work in progress) project. This time, sending the notification from node.js. Continue reading