Skip to content

Commit 991c892

Browse files
committed
add install instructions
1 parent 80074b6 commit 991c892

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@ A JavaScript library that aids in scraping person data off of genealogy websites
88
It is designed to be used in a browser extension. Data is output in
99
[GEDCOM X](http://www.gedcomx.org/) format.
1010

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+
1123
## Usage
1224

1325
Scraping is sometimes asynchronous so we chose to implement the [EventEmitter](https://nodejs.org/api/events.html)

0 commit comments

Comments
 (0)