# nevada-covid-scraper

CLI to scrape Nevada's DHHS Power BI dashboard to retrieve results as they do not provide an export of the data used to create the dashboard.

## Installation / Usage

```bash
# View config flags and options
npx nevada-covid-scraper -h

# Default output in JSON to data.json
npx nevada-covid-scraper
```