Skip to content

Commit

Permalink
Added an example to README
Browse files Browse the repository at this point in the history
  • Loading branch information
bartholomew91 committed Apr 17, 2018
1 parent 0e2d966 commit 8281908
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ You can find more information on how radar data is encoded at [NOAA](https://www
## Contents
1. [Install](#install)
2. [Usage](#usage)
3. [API](#api)
4. [Known Issues](#known-issues)
5. [ToDo](#todo)
6. [License](#license)
3. [Examples](#examples)
4. [API](#api)
5. [Known Issues](#known-issues)
6. [ToDo](#todo)
7. [License](#license)


## Install
Expand All @@ -31,6 +32,9 @@ new Level2Radar(file_to_load).then(radar => {
})
```

## Examples
You can find an example of using the library [HERE](https://github.com/bartholomew91/nexrad-webgl-plotter)

## API

### setElevation(Number elevation)
Expand Down

0 comments on commit 8281908

Please sign in to comment.