# node-article-parser

Install dependencies:

```bash
pnpm i

# or yarn, npm
```

Start server:

```bash
npm start
```

Open `http://localhost:3102/?url=https://www.freethink.com/technology/virtual-world` to see the result.

---
