We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80074b6 commit 991c892Copy full SHA for 991c892
README.md
@@ -8,6 +8,18 @@ A JavaScript library that aids in scraping person data off of genealogy websites
8
It is designed to be used in a browser extension. Data is output in
9
[GEDCOM X](http://www.gedcomx.org/) format.
10
11
+## Install
12
+
13
+```
14
+npm install --save genscrape
15
16
17
+Or use the CDN
18
19
+```html
20
+<script src="https://unpkg.com/[email protected]/dist/genscrape.min.js"></script>
21
22
23
## Usage
24
25
Scraping is sometimes asynchronous so we chose to implement the [EventEmitter](https://nodejs.org/api/events.html)
0 commit comments