Skip to content

Commit

Permalink
v7.2.1
Browse files Browse the repository at this point in the history
- Rebuild
  • Loading branch information
ndaidong committed Sep 20, 2022
1 parent bee67d2 commit 38b8c10
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 9 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Extract main article, main image and meta data from URL.
## Demo

- [Give it a try!](https://demos.pwshub.com/article-parser)
- [Example FaaS](https://extract-article.deta.dev/?url=https://www.freethink.com/technology/virtual-world)
- [Example FaaS](https://extract-article.deta.dev/?url=https://dev.to/ndaidong/how-to-make-your-mongodb-container-more-secure-1646)

## Install & Usage

Expand Down Expand Up @@ -317,15 +317,13 @@ View [default options](https://github.com/ndaidong/article-parser/blob/main/src/
Read [sanitize-html](https://www.npmjs.com/package/sanitize-html#what-are-the-default-options) docs for more info.
## Test
## Quick evaluation
```bash
git clone https://github.com/ndaidong/article-parser.git
cd article-parser
npm i
npm test
pnpm i
# quick evaluation
npm run eval {URL_TO_PARSE_ARTICLE}
```
Expand Down
2 changes: 1 addition & 1 deletion dist/article-parser.esm.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// [email protected]-rc1, by @ndaidong - built with esbuild at 2022-09-20T07:24:18.960Z - published under MIT license
// [email protected], by @ndaidong - built with esbuild at 2022-09-20T08:33:48.618Z - published under MIT license
var __create = Object.create;
var __defProp = Object.defineProperty;
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
Expand Down
2 changes: 1 addition & 1 deletion dist/cjs/article-parser.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// [email protected]-rc1, by @ndaidong - built with esbuild at 2022-09-20T07:24:18.960Z - published under MIT license
// [email protected], by @ndaidong - built with esbuild at 2022-09-20T08:33:48.618Z - published under MIT license
var __create = Object.create;
var __defProp = Object.defineProperty;
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
Expand Down
2 changes: 1 addition & 1 deletion dist/cjs/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "article-parser",
"version": "7.2.1-rc1",
"version": "7.2.1",
"main": "./article-parser.js"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "7.2.1-rc1",
"version": "7.2.1",
"name": "article-parser",
"description": "To extract main article from given URL",
"homepage": "https://demos.pwshub.com/article-parser",
Expand Down

0 comments on commit 38b8c10

Please sign in to comment.