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
- Host: GitHub
- URL: https://github.com/binarymuse/wow-realm-status-angular
- Owner: BinaryMuse
- Created: 2013-02-01T00:44:58.000Z (over 13 years ago)
- Default Branch: gh-pages
- Last Pushed: 2014-02-22T07:29:48.000Z (over 12 years ago)
- Last Synced: 2025-03-23T18:58:26.901Z (over 1 year ago)
- Language: CoffeeScript
- Homepage: http://binarymuse.github.io/wow-realm-status-angular/
- Size: 191 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)