https://github.com/binarymuse/wow-realm-status-js
WoW Realm Status: Backbone Edition
https://github.com/binarymuse/wow-realm-status-js
Last synced: 12 months ago
JSON representation
WoW Realm Status: Backbone Edition
- Host: GitHub
- URL: https://github.com/binarymuse/wow-realm-status-js
- Owner: BinaryMuse
- Created: 2011-04-16T05:49:20.000Z (about 15 years ago)
- Default Branch: gh-pages
- Last Pushed: 2014-02-22T07:29:18.000Z (over 12 years ago)
- Last Synced: 2025-07-13T18:03:57.038Z (12 months ago)
- Language: CoffeeScript
- Homepage: http://binarymuse.github.io/wow-realm-status-js/
- Size: 137 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
WoW Realm Status: Backbone Edition
==================================
This is a version of my [realm status page][rb-realm-status] written using only client-side JavaScript. Application logic, managed by [Backbone][backbone], is written in [CoffeeScript][coffeescript] at [js/app.coffee](https://github.com/BinaryMuse/wow-realm-status-js/blob/gh-pages/js/app.coffee) and compiled into JavaScript for use in the browser.
[rb-realm-status]: https://github.com/BinaryMuse/wow-realm-status
[backbone]: http://documentcloud.github.com/backbone/
[coffeescript]: http://jashkenas.github.com/coffee-script/
[angular-version]: https://github.com/BinaryMuse/wow-realm-status-angular
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/)