https://github.com/wppurking/ember-rc
使用 Ember.js + Ember-data 编写的 RubyChina 的客户端.
https://github.com/wppurking/ember-rc
Last synced: 7 months ago
JSON representation
使用 Ember.js + Ember-data 编写的 RubyChina 的客户端.
- Host: GitHub
- URL: https://github.com/wppurking/ember-rc
- Owner: wppurking
- Created: 2015-05-26T20:09:53.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-30T09:24:07.000Z (over 9 years ago)
- Last Synced: 2024-04-14T16:08:39.585Z (about 1 year ago)
- Language: JavaScript
- Size: 1.13 MB
- Stars: 16
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
Awesome Lists containing this project
README
# Ember-rc
使用 Ember.js + Ember-data 编写的 RubyChina 的客户端.
## Prerequisites
You will need the following things properly installed on your computer.
* [Git](http://git-scm.com/)
* [Node.js](http://nodejs.org/) (with NPM)
* [Bower](http://bower.io/)
* [Ember CLI](http://www.ember-cli.com/)
* [PhantomJS](http://phantomjs.org/)## Installation
* `git clone ` this repository
* change into the new directory
* `npm install`
* `bower install`## Running / Development
* `ember server`
* Visit your app at [http://localhost:4200](http://localhost:4200).## Demo
* 通过 docker 将其部署到 Daocloud.io 上. [Ember-RC](http://ember-rc.daoapp.io/) (详情见 dockerfile branch)
* Ember.js 部署 Daocloud.io 上, 但是所有的 API 调用都是从使用者当地的网络发出, 速度与 API 的 Endpoint 有关与 Ember.js 部署服务器位置无关.
* 因为 API 提供的功能与 [Ruby China](https://ruby-china.org) 页面直接 render 的数据提取算法不一样, 所以会看到不一样的数据. (这个需要调整 API 中的 `recent` 方法)