whichrmv-parser
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

CI

whichrmv-parser

This package parses Massachusetts RMV wait times and will be used on v2 of whichrmv.com

Install

yarn add whichrmv-parser

Usage

import { parseWaitTimes } from 'whichrmv-parser';

(async () => {
  const waitTimes = await parseWaitTimes();
  console.log('waitTimes', waitTimes);
})();

Testing

yarn test

/whichrmv-parser/

    Package Sidebar

    Install

    npm i whichrmv-parser

    Weekly Downloads

    10

    Version

    2.0.0

    License

    MIT

    Unpacked Size

    41 kB

    Total Files

    18

    Last publish

    Collaborators

    • thanhvuong