# ows-chartmetric

A dummy project which helps to explore the Chartmetric API.

## Setup

```
yarn install
cp .env.shadow .env
```

Be sure to add the `CHARTMETRIC_REFRESH_TOKEN` to the `.env` file you have created.

## Usage

```
yarn start
```