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.js
Install bower dependencies:
bower install
Open www/index.html
in your browser (either locally or through a web server). No server-side code required.