Parses Tropical Storms from the NOAA SSD Bulletin Format
This package is able to parse bulletins from the NOAA SSD Bulletin Page
https://www.ssd.noaa.gov/PS/TROP/bulletins.html
npm install
import { parseBulletin } from 'noaa-bulletin-parser';
var bulletinObj = parseBulletin('Bulletin Text');