Files
site-scraper/README.md
T
2026-05-29 23:23:50 +03:00

25 lines
288 B
Markdown

# Link Scraper
A lightweight API built with Express and Playwright to scrape and extract links from web pages.
## Installation
```bash
npm install
```
## Running the Application
### Development Mode
```bash
npm run dev
```
### Production Build
```bash
npm run build
npm start
```