This is a version of my JavaScript WoW Realm Status Page implemented using AngularJS instead of Backbone.
Application logic is implemented in CoffeeScript in js/app.coffee
and is compiled to JavaScript via the CoffeeScript command-line tool:
coffee -c -b js/app.coffee