Skip to content

Commit

Permalink
Merge pull request #1 from horizon0514/listview
Browse files Browse the repository at this point in the history
Listview
  • Loading branch information
horizon0514 committed Dec 13, 2015
2 parents ba0186f + 57b880b commit 80011a4
Show file tree
Hide file tree
Showing 9 changed files with 531 additions and 140 deletions.
6 changes: 5 additions & 1 deletion DataWarehouse.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
'use strict';
var API_COVER_URL = 'http://news-at.zhihu.com/api/4/start-image/1080*1776';
var API_NEWS_URL = 'http://news-at.zhihu.com/api/4/news/latest';
var API_NEWS_BEFORE = 'http://news.at.zhihu.com/api/4/news/before/';
var API_STORY = 'http://news-at.zhihu.com/api/4/news/';
const DataWarehouse = {
cover: API_COVER_URL,
news: API_NEWS_URL
news: API_NEWS_URL,
before: API_NEWS_BEFORE,
story: API_STORY,
}

module.exports = DataWarehouse;
Loading

0 comments on commit 80011a4

Please sign in to comment.