An open API service indexing awesome lists of open source software.

https://github.com/nightf0rc3/noaa-bulletin-parser

Parses Tropical Storms from the NOAA SSD Bulletin Format
https://github.com/nightf0rc3/noaa-bulletin-parser

hurricane noaa noaa-data storm weather weather-api

Last synced: 5 months ago
JSON representation

Parses Tropical Storms from the NOAA SSD Bulletin Format

Awesome Lists containing this project

README

          

# NOAA SSD Bulletin Parser

This package is able to parse bulletins from the NOAA SSD Bulletin Page
https://www.ssd.noaa.gov/PS/TROP/bulletins.html

## Install dependencies

```bash
npm install
```

## Usage

```javascript
import { parseBulletin } from 'noaa-bulletin-parser';
var bulletinObj = parseBulletin('Bulletin Text');
```