express-ifttt-webhook
express-ifttt-webhook copied to clipboard
consider using xmlrpc module?
The xmlrpc module includes serializer/deserializer objects that can make for simpler (and probably more robust) logic when communicating with IFTTT. I used them in my earlier port of captn3m0's ifttt-webhook (see server.js for usage example).
Is this still an active issue?
Possibly still relevant, but wasn't ever more than a suggestion.