I wanted to view the Nodevember schedule in a grid format in order to more easily choose between concurrent sessions, so I made this.
Retrieve and parse the schedule by scraping the app.js file from the Nodevember website:
node retrieve.jsInstall bower dependencies:
bower installOpen www/index.html in your browser (either locally or through a web server). No server-side code required.