Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/binarymuse/wow-realm-status-js
WoW Realm Status: Backbone Edition
https://github.com/binarymuse/wow-realm-status-js
Last synced: 29 days 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 (over 13 years ago)
- Default Branch: gh-pages
- Last Pushed: 2014-02-22T07:29:18.000Z (over 10 years ago)
- Last Synced: 2024-04-09T01:05:28.563Z (7 months ago)
- Language: CoffeeScript
- Homepage: http://binarymuse.github.io/wow-realm-status-js/
- Size: 137 KB
- Stars: 7
- Watchers: 3
- 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-angularVersions 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/)