UNPKG

article-parser

Version:

To extract main article from given URL

12 lines (7 loc) 267 B
# 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. ---