I'm not sure if this is where to write this; but I am having issues with xml-stream with HTTP.
I have tried to use http-stream.js but due to the RSS feed not being able to be read (Twitter do not allow this rss link anymore) I can not work out how to do it.
xml.on("data") is not getting run (testing just using console.log("hi").
So all I can receive is the information passed with the webpage rather than including the data that it would display (the xml)
I'm not sure if this is where to write this; but I am having issues with xml-stream with HTTP.
I have tried to use http-stream.js but due to the RSS feed not being able to be read (Twitter do not allow this rss link anymore) I can not work out how to do it.
xml.on("data") is not getting run (testing just using console.log("hi").
So all I can receive is the information passed with the webpage rather than including the data that it would display (the xml)
The XML link I am trying to use is http://cloud.tfl.gov.uk/TrackerNet/LineStatus
Any help would be greatly appreciated