Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guanbinrui/img-crawler
A image crawler.
https://github.com/guanbinrui/img-crawler
crawler
Last synced: 11 days ago
JSON representation
A image crawler.
- Host: GitHub
- URL: https://github.com/guanbinrui/img-crawler
- Owner: guanbinrui
- Created: 2019-09-19T10:01:17.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T03:00:44.000Z (almost 2 years ago)
- Last Synced: 2024-10-08T03:40:25.204Z (30 days ago)
- Topics: crawler
- Language: JavaScript
- Size: 315 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# img-crawler
## Setup
```bash
npm run start
npm run watch
```## Usage
1. Setup a psql server and create `ormconfig.json` in the working folder;
2. Run `npm run start`;