OK … I can query the DreamCatcher’s APRS API with Node-RED code. Now, I need to figure out how to parse out the call signs out of the text.
The first node is essentially a button that starts the process.
The next node makes the HTTP call to the API which returns a JSON data structure
The JSON node takes the JSON data structure and extracts the text.
The msg.payload dumps the output of the JSON node into the debug window, which you can see on the right.
On the left is a palette full of Node-RED functions that can be used to process the data.
–Konrad, WA4OSH