whichrmv-parser

parses massachusetts rmv data


Keywords
rmv, dmv, massachusetts, mass, ma, massdot
License
MIT
Install
npm install whichrmv-parser@2.0.0

Documentation

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