天猫商品爬虫

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

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.