Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lencx/hero-crawler
⚔️ Hero Info(King Of Glory)
https://github.com/lencx/hero-crawler
crawler hero
Last synced: 18 days 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 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-31T09:05:31.000Z (over 6 years ago)
- Last Synced: 2024-05-23T06:00:52.409Z (6 months ago)
- Topics: crawler, hero
- Language: JavaScript
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- 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
```