Skip to content

thanhvuong/whichrmv-parser

Repository files navigation

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

About

Parses Massachusetts RMV wait times feed

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published