Config parsing yey

This commit is contained in:
2026-05-16 15:50:49 -07:00
parent dea3eb8cc2
commit 4a74e1bca5
10 changed files with 299 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
# scraper
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run index.ts
```
This project was created using `bun init` in bun v1.3.13. [Bun](https://bun.com) is a fast all-in-one JavaScript runtime.