天猫商品爬虫

cr abb2e64028 联调后台 hace 4 años
app abb2e64028 联调后台 hace 4 años
config 889e020620 获取多个产品详情 hace 4 años
cookie abb2e64028 联调后台 hace 4 años
spider abb2e64028 联调后台 hace 4 años
test c8c15aa291 增加服务启动 hace 4 años
tools abb2e64028 联调后台 hace 4 años
.autod.conf.js c8c15aa291 增加服务启动 hace 4 años
.gitignore e0f00deef1 增加天猫登录 hace 4 años
.travis.yml c8c15aa291 增加服务启动 hace 4 años
README.md c8c15aa291 增加服务启动 hace 4 años
appveyor.yml c8c15aa291 增加服务启动 hace 4 años
chromedriver.exe e0f00deef1 增加天猫登录 hace 4 años
debug.log e0f00deef1 增加天猫登录 hace 4 años
geckodriver.exe bbd2764354 first commit hace 4 años
jsconfig.json c8c15aa291 增加服务启动 hace 4 años
msedgedriver.exe 24574416b3 增加分类 hace 4 años
package.json c8c15aa291 增加服务启动 hace 4 años
test.js abb2e64028 联调后台 hace 4 años
test.txt abb2e64028 联调后台 hace 4 años

README.md

reptiles

爬虫

QuickStart

see egg docs for more detail.

Development

$ npm i
$ npm run dev
$ open http://localhost:7001/

Deploy

$ npm start
$ npm stop

npm scripts

  • Use npm run lint to check code style.
  • Use npm test to run unit test.
  • Use npm run autod to auto detect dependencies upgrade, see autod for more detail.