whichrmv-parser

parses massachusetts rmv data

Usage no npm install needed!

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

README

build status

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';

const waitTimes = async() => {
  return await parseWaitTimes();
};

Testing

yarn test