Skip to content

Commit

Permalink
Merge pull request #317 from ndaidong/update-readme
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
ndaidong committed Nov 13, 2022
2 parents b8f10d6 + 27fec5f commit 4da216b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Expand Up @@ -8,8 +8,6 @@ Extract main article, main image and meta data from URL.
![CodeQL](https://github.com/ndaidong/article-parser/workflows/CodeQL/badge.svg)
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

[![Deploy](https://button.deta.dev/1/svg)](https://go.deta.dev/deploy?repo=https://github.com/ndaidong/article-parser-deta)


## Intro

Expand Down Expand Up @@ -79,6 +77,13 @@ import { extract } from 'https://unpkg.com/article-parser@latest/dist/article-pa
Please check [the examples](https://github.com/ndaidong/article-parser/tree/main/examples) for reference.


### Deta cloud

For [Deta](https://www.deta.sh/) devs please refer [the source code and guideline here](https://github.com/ndaidong/article-parser-deta) or simply click the button below.

[![Deploy](https://button.deta.dev/1/svg)](https://go.deta.dev/deploy?repo=https://github.com/ndaidong/article-parser-deta)


## APIs

- [extract()](#extract)
Expand Down

0 comments on commit 4da216b

Please sign in to comment.