UNPKG

article-parser

Version:

To extract main article from given URL

20 lines (12 loc) 273 B
# tsnode-article-parser Install dependencies: ```bash pnpm i # or yarn, npm ``` Build typescript source to javascript and start server: ```bash npm start ``` Open `http://localhost:3103/?url=https://www.freethink.com/technology/virtual-world` to see the result. ---