Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nihgwu/iZhihu
Zhihudaily powered by Node.js
https://github.com/nihgwu/iZhihu
Last synced: about 1 month ago
JSON representation
Zhihudaily powered by Node.js
- Host: GitHub
- URL: https://github.com/nihgwu/iZhihu
- Owner: nihgwu
- Created: 2014-09-03T09:50:31.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-06-04T16:36:16.000Z (over 7 years ago)
- Last Synced: 2024-11-08T15:54:15.031Z (about 1 month ago)
- Language: JavaScript
- Homepage: http://izhihu.liteneo.com/
- Size: 85 KB
- Stars: 150
- Watchers: 12
- Forks: 36
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-github-star - iZhihu
README
## [iZhihu](http://youzhihu.com)
Zhihudaily powered by Node.js
Check out [my blogs](http://liteneo.com/tags/%E7%88%B1%E7%9F%A5%E4%B9%8E/) for more details
How to deploy
``` bash
# clone from git
$ git clone https://github.com/nihgwu/iZhihu.git# install dependencies
$ cd iZhihu && npm install# edit config.js, replace 'cdn' 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
```## License
This project is released under the terms of the [GNU GPL v3](http://www.gnu.org/licenses/gpl.html)