Skip to content

Commit 8281908

Browse files
committed
Added an example to README
1 parent 0e2d966 commit 8281908

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@ You can find more information on how radar data is encoded at [NOAA](https://www
99
## Contents
1010
1. [Install](#install)
1111
2. [Usage](#usage)
12-
3. [API](#api)
13-
4. [Known Issues](#known-issues)
14-
5. [ToDo](#todo)
15-
6. [License](#license)
12+
3. [Examples](#examples)
13+
4. [API](#api)
14+
5. [Known Issues](#known-issues)
15+
6. [ToDo](#todo)
16+
7. [License](#license)
1617

1718

1819
## Install
@@ -31,6 +32,9 @@ new Level2Radar(file_to_load).then(radar => {
3132
})
3233
```
3334

35+
## Examples
36+
You can find an example of using the library [HERE](https://github.com/bartholomew91/nexrad-webgl-plotter)
37+
3438
## API
3539

3640
### setElevation(Number elevation)

0 commit comments

Comments
 (0)