# nightmare-example **Repository Path**: dkgee/nightmare-example ## Basic Information - **Project Name**: nightmare-example - **Description**: nightmare采集示例 - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-01 - **Last Updated**: 2021-07-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # nightmare-example #### 介绍 nightmare采集示例 #### 依赖包 1. redis依赖的安装包: npm install redis --save 参考地址:[nodejs-redis](https://github.com/simplegeo/nodejs-redis) 参考地址二:[redis操作](https://www.cnblogs.com/fslnet/p/10529202.html) 参考地址三:[nodejs-redis操作大全](https://www.cnblogs.com/jkll/p/4550080.html) 2. fs文件操作:[nodejs文件fs](https://blog.csdn.net/github_38140984/article/details/83006101) 3. minio操作: npm install --save minio 参考地址1:[minio](https://www.npmjs.com/package/minio) 参考地址二[minio-js](https://github.com/minio/minio-js) 4. [ES6语法](https://www.runoob.com/w3cnote/es6-tutorial.html) #### 安装教程 ```shell npm install --save nightmare npm install --save redis npm install --save minio ```