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
- Host: GitHub
- URL: https://github.com/nightf0rc3/noaa-bulletin-parser
- Owner: nightf0rc3
- Created: 2018-10-29T14:35:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-12T19:19:06.000Z (over 7 years ago)
- Last Synced: 2025-09-20T18:53:00.658Z (9 months ago)
- Topics: hurricane, noaa, noaa-data, storm, weather, weather-api
- Language: TypeScript
- Size: 265 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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');
```