The PAGASA Parser is a Node.js library that parses information from PAGASA's Tropical Cyclone Bulletins (TCB) and turns it into various formats.
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)
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
.