pagasa-parser
v2.2.4
Published
A Node.js library that parses information from PAGASA's Severe Weather Bulletin page and turns it into various formats.
Downloads
35
Maintainers
Readme
PAGASA Parser
The PAGASA Parser is a Node.js library that parses information from PAGASA's Tropical Cyclone Bulletins (TCB) and turns it into various formats.
Warning
Please avoid misusing the library in a way that may cause the servers of PAGASA to be under load. Respect the usual web crawling guidelines. The contributors of PAGASA Parser are not liable for any damage caused as an effect of the usage of this library. (see license)
Usage
This dependency merely contains type definitions and assistance functions. To convert the data into a different format, or to turn raw information into PAGASA Parser-compatible data, you must use a formatter such as @pagasa-parser/formatter-wikipedia
or @pagasa-parser/source-xml
.