Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 181 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 181 Bytes

nodejs-spider

一个简易的利用cheerio库制作的爬虫demo
npm init 初始化一个项目
npm install
npm install cherrio
npm install fs
node app.js