https://github.com/lencx/hero-crawler
⚔️ Hero Info(King Of Glory)
https://github.com/lencx/hero-crawler
crawler hero
Last synced: 3 months ago
JSON representation
⚔️ Hero Info(King Of Glory)
- Host: GitHub
- URL: https://github.com/lencx/hero-crawler
- Owner: lencx
- Created: 2018-04-15T16:47:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-31T09:05:31.000Z (about 7 years ago)
- Last Synced: 2025-06-19T17:52:07.778Z (4 months ago)
- Topics: crawler, hero
- Language: JavaScript
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node Crawler
```bash
# nodemon will be installed globally to your system path
npm i -g nodemon# install package
yarn# waiting for changes before restart
nodemon# download hero detail
yarn dl:info# download hero pictures
yarn dl:img
```