An open API service indexing awesome lists of open source software.

https://github.com/binarymuse/wow-realm-status-angular

WoW Realm Status: AngularJS Edition
https://github.com/binarymuse/wow-realm-status-angular

Last synced: over 1 year ago
JSON representation

WoW Realm Status: AngularJS Edition

Awesome Lists containing this project

README

          

WoW Realm Status: AngularJS Edition
===================================

This is a version of my [JavaScript WoW Realm Status Page](https://github.com/BinaryMuse/wow-realm-status-js) implemented using [AngularJS](http://angularjs.org/) instead of Backbone.

Application logic is implemented in [CoffeeScript](http://coffeescript.org/) in `js/app.coffee` and is compiled to JavaScript via the CoffeeScript command-line tool:

coffee -c -b js/app.coffee

Versions of This Application
----------------------------

* Ruby - [source](https://github.com/BinaryMuse/wow-realm-status), [demo](http://wowstatus.info/)
* Backbone - [source](https://github.com/BinaryMuse/wow-realm-status-js), [demo](http://binarymuse.github.io/wow-realm-status-js/)
* AngularJS - [source](https://github.com/BinaryMuse/wow-realm-status-angular), [demo](http://binarymuse.github.io/wow-realm-status-angular/)
* React - [source](https://github.com/BinaryMuse/wow-realm-status-react), [demo](http://wow-realm-status-react.herokuapp.com/)