article-parser
Version:
To extract main article from given URL
23 lines (14 loc) • 341 B
Markdown
# tsnode-article-parser
Install dependencies:
```bash
npm i
# or pnpm, yarn
```
Build typescript source to javascript and start server:
```bash
npx tsc && node dist/index.js
# or simple
npm start
```
Open `http://localhost:3100/?url=https://dev.to/ndaidong/how-to-make-your-mongodb-container-more-secure-1646` to see the result.