# node爬取base64路径格式图片 **Repository Path**: wanglugitee/node_crawling_base64 ## Basic Information - **Project Name**: node爬取base64路径格式图片 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-08-09 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # node爬取base64路径格式的图片并保存到本地 ![图片路径类似于下图](https://images.gitee.com/uploads/images/2018/0809/105114_bbef4ac5_2076900.png "屏幕截图.png") #### 项目介绍 使用node爬取http路径格式的图片,并且保存到本地 #### 软件架构 依赖node的几个模块:fs、request、cheerio、mkdirp、async #### 安装教程 使用git clone+地址到本地或者点击下载直接下载zip包 #### 使用说明 1. npm install(安装依赖) 2. node index.js(运行爬虫文件)