天猫商品爬虫

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

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.