# deno-article-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.freethink.com/technology/virtual-world` to see the result.

---
