whichrmv-parser
v2.0.0
Published
parses massachusetts rmv data
Downloads
17
Maintainers
Readme
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