Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/60late/node.js-crawler

使用node.js+puppeteer+node-xlsx 爬取某网站数据并且导出到excel中的demo
https://github.com/60late/node.js-crawler

node-xlsx nodejs puppeteer

Last synced: 23 days ago
JSON representation

使用node.js+puppeteer+node-xlsx 爬取某网站数据并且导出到excel中的demo

Awesome Lists containing this project

README

        

# node.js-crawler
node.js写的一个爬虫demo
使用node.js+puppeteer+node-xlsx 爬取某网站数据并且导出到excel中

#项目运行

```
npm install

node app.js

//之后输入日期即可,日期格式(2018-08-08)

```