# JavaScript wrapper to call Agendize Calendar API

## Description
Javascript library to call our Calendar API

## Install

Available via npm as the package [@agendize/js-calendar-api](https://www.npmjs.com/package/@agendize/js-calendar-api).

```sh
npm i @agendize/js-calendar-api
```

Alternatively you may add the umd package directly to the html document using the unpkg link.

```html
<script src="https://unpkg.com/@agendize/js-calendar-api@1.0.1/dist/js-calendar-api.umd.js"></script>
```

When adding via unpkg, the loader can be accessed at `agendize.api.CalendarApi`.

## Example

