# deno-oembed-parser

With `deno`, we have not much thing to do. Just start the server:

```bash
deno run --allow-net --allow-env --allow-read index.ts
```

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

---
