Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
ebrehault committed May 7, 2024
1 parent 863ddae commit 9286e20
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
3 changes: 3 additions & 0 deletions extractor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# 1.0.0 (2024-05-07)

- Initial release
17 changes: 17 additions & 0 deletions extractor/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,18 @@
# Web page extractor

Allows to extrcat the HTML content of a web page.

It must be used in conjunction with the [Nuclia Sync agent](https://github.com/nuclia/sync-agent).
It must be deployed on the same machine as the Nuclia Sync agent, and it runs on port 8091.

## Installation

```bash
npm install @nuclia/extractor
```

## Usage

```bash
npm start
```

0 comments on commit 9286e20

Please sign in to comment.