天猫商品爬虫

cr eaf1a06ada 获取店铺详情 4 years ago
app eaf1a06ada 获取店铺详情 4 years ago
config c8c15aa291 增加服务启动 4 years ago
test c8c15aa291 增加服务启动 4 years ago
.autod.conf.js c8c15aa291 增加服务启动 4 years ago
.gitignore c8c15aa291 增加服务启动 4 years ago
.travis.yml c8c15aa291 增加服务启动 4 years ago
README.md c8c15aa291 增加服务启动 4 years ago
appveyor.yml c8c15aa291 增加服务启动 4 years ago
chromedriver.exe bbd2764354 first commit 4 years ago
debug.log c8c15aa291 增加服务启动 4 years ago
geckodriver.exe bbd2764354 first commit 4 years ago
jsconfig.json c8c15aa291 增加服务启动 4 years ago
msedgedriver.exe 24574416b3 增加分类 4 years ago
package-lock.json c8c15aa291 增加服务启动 4 years ago
package.json c8c15aa291 增加服务启动 4 years ago

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.