UNPKG

article-parser

Version:

To extract main article from given URL

12 lines (7 loc) 292 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:3100/?url=https://dev.to/ndaidong/how-to-make-your-mongodb-container-more-secure-1646` to see the result. ---