Querying Alexa Site API and parsing XML

We extend the StatWatch worker we just built to regularly pull in data from Alexa site rankings and log it along with the data it was already getting from the YouTube Data API.

Since the site ranking data is given in XML, we'll add SweetXml to our mix project for parsing.

(Source code available for premium members)

Back to index