UNPKG

article-parser

Version:

To extract main article from given URL

20 lines (12 loc) 254 B
# node-article-parser Install dependencies: ```bash npm i # or pnpm, yarn ``` Start server: ```bash npm start ``` Open `http://localhost:3100/?url=https://dev.to/ndaidong/how-to-make-your-mongodb-container-more-secure-1646` to see the result. ---