Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/casjay-templates/scraper
Website scraper
https://github.com/casjay-templates/scraper
Last synced: about 2 months ago
JSON representation
Website scraper
- Host: GitHub
- URL: https://github.com/casjay-templates/scraper
- Owner: casjay-templates
- License: gpl-3.0
- Created: 2020-03-18T01:24:22.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-07-29T16:44:00.000Z (over 1 year ago)
- Last Synced: 2023-07-29T17:36:14.693Z (over 1 year ago)
- Language: JavaScript
- Size: 171 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# A simple website scraper
#### To use
cp -Rfv .env.sample .env
edit .env
modify src/scrapeTable.js
```bash
npm install
npm run dev
```