Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tgxhx/node-crawler
nodejs写的爬虫
https://github.com/tgxhx/node-crawler
Last synced: 2 months ago
JSON representation
nodejs写的爬虫
- Host: GitHub
- URL: https://github.com/tgxhx/node-crawler
- Owner: tgxhx
- Created: 2017-07-05T16:19:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-08T14:34:28.000Z (over 7 years ago)
- Last Synced: 2024-11-04T17:47:35.622Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 62
- Watchers: 4
- Forks: 74
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nodejs小说爬虫
>共三个爬虫,支持爬取书籍信息,章节内容,章节标题>数据存储在mysql中,通过node的mysql模块
用到了superagent、cheerio、mysql、express、async模块,具体说明参考[此博客](http://www.cnblogs.com/tgxh/p/7124202.html)
主要用于自己的[移动书城](https://github.com/tgxhx/vue-reader)项目,结合express构建的[api](https://github.com/tgxhx/node-book-api)