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: 3 months ago
JSON representation

⚔️ Hero Info(King Of Glory)

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
```