https://github.com/joeyklee/scraper-sandbox
https://github.com/joeyklee/scraper-sandbox
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/joeyklee/scraper-sandbox
- Owner: joeyklee
- Created: 2024-02-23T21:00:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-02T19:02:28.000Z (about 1 year ago)
- Last Synced: 2025-02-08T15:22:44.879Z (4 months ago)
- Language: TypeScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scraper Sandbox
> For when you just need to iterate on your scraping logic outside of all the other application code!```sh
cd scraper-sandbox
npm i
npm run dev# > "You are beautiful joey"
```