first commit
This commit is contained in:
@@ -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
|
||||
```
|
||||
Reference in New Issue
Block a user