We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e2d966 commit 8281908Copy full SHA for 8281908
README.md
@@ -9,10 +9,11 @@ You can find more information on how radar data is encoded at [NOAA](https://www
9
## Contents
10
1. [Install](#install)
11
2. [Usage](#usage)
12
-3. [API](#api)
13
-4. [Known Issues](#known-issues)
14
-5. [ToDo](#todo)
15
-6. [License](#license)
+3. [Examples](#examples)
+4. [API](#api)
+5. [Known Issues](#known-issues)
+6. [ToDo](#todo)
16
+7. [License](#license)
17
18
19
## Install
@@ -31,6 +32,9 @@ new Level2Radar(file_to_load).then(radar => {
31
32
})
33
```
34
35
+## Examples
36
+You can find an example of using the library [HERE](https://github.com/bartholomew91/nexrad-webgl-plotter)
37
+
38
## API
39
40
### setElevation(Number elevation)
0 commit comments