first commit

This commit is contained in:
mstfyldz
2026-05-29 23:23:50 +03:00
commit 0773e7f6f3
9 changed files with 241 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
# 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
```