DSN Now Scraper
This Node script scrapes Deep Space Network Now's data.xml file and parses it into more useful formats. Initially, it will just be outputting JSON. I plan to also support caching in MongoDB and pushing real-time1 data to a WAMP bus.
1: as real-time as it gets with the latency inherent in them pushing to XML, the application grabbing it, then parsing it