# Diversify.sh Javascript API Library

This library is used to interact with the [Diversify.sh](https://diversify.sh/) platform from either a web application or a Node.JS app. 

## Using browser version

You can add this library in your web page using the following tag: 

```html
<script src="https://npm-cdn.herokuapp.com/@diversify/api@1.0.28/dist/diversify.min.js"></script>
```

Change the version (1.0.28) with the current version you're targeting. 

## Using with NPM

If you're using Node.JS or your web app is built with webpack. You can install this library using NPM: 

```
npm install -S @diversify/api
```

