Skip to content

Instantly share code, notes, and snippets.

View shiddugmail's full-sized avatar

Shiddu shiddugmail

View GitHub Profile
@shiddugmail
shiddugmail / XML String to JSon using fast-xml-parser.md
Last active September 11, 2020 21:56
XML String to JSon using fast-xml-parser

XML to JSon parser using fast-xml-parser in function-npm node.

How-to:

Pass the XML string as payload to function-npm node. Assign the payload received at function-npm node to a variable. Pass the XML to the parse method with options (options can be changed as per requirement) Assign the return Json Object to msg.payload.

@shiddugmail
shiddugmail / Node-red with Strapi as Backend.md
Last active September 11, 2020 21:57
Node-red with Strapi as Backend

I am trying to create suite of IOT with rich UI. Following will be my components in use in future.

  1. S7 node for Siemens PLC
  2. Siemens IOT 2000 series

node-red with strapi for the content.

I am not that good in writing but I will try to improvise in future.

If someone wants to work with me to take this forward to make a good suite and a product.