pagasa-parser

A Node.js library that parses information from PAGASA's Severe Weather Bulletin page and turns it into various formats.

Usage no npm install needed!

<script type="module">
  import pagasaParser from 'https://cdn.skypack.dev/pagasa-parser';
</script>

README

PAGASA Parser

npm version npm downloads

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.