noaa-bulletin-parser
v1.2.1
Published
Parses Tropical Storms from NOAA SSD Bulletins
Downloads
4
Maintainers
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
npm install
Usage
import { parseBulletin } from 'noaa-bulletin-parser';
var bulletinObj = parseBulletin('Bulletin Text');