# node-oembed-parser

Install dependencies:

```bash
npm i

# or pnpm, yarn
```

Start server:

```bash
npm start
```

Open `http://localhost:3101/?url=https://www.youtube.com/watch?v=x2bqscVkGxk` to see the result.

---
