# Example usage

1. Install dependencies

  ```bash
  npm install
  ```

2. Change `apiUrl` at `src/index.js` to yours
3. Rebuild `dist/index.js` with:

  ```bash
  npm run build
  ```
  
4. Open `index.html` in your browser.
