Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 511 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 511 Bytes

Zhihudaily powered by Node.js

Check out my blogs for more details

How to deploy

# clone from git
$ git clone https://github.com/nihgwu/iZhihu.git

# install dependencies
$ cd iZhihu && install

# edit config.js, replace 'cnd' and 'qiniu' sections with your own config

# change the 'endDate' in lib/crawler.js to '20130520' to crawl all data 
# or the day before today for test

# start server
$ node app