25 lines
288 B
Markdown
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
|
|
```
|