UNPKG

article-parser

Version:

To extract main article from given URL

20 lines (12 loc) 229 B
# node-article-parser Install dependencies: ```bash pnpm i # or yarn, npm ``` Start server: ```bash npm start ``` Open `http://localhost:3102/?url=https://www.freethink.com/technology/virtual-world` to see the result. ---