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