A more up-to-date version of the introduction, setup, and usage aspects of this
client have [moved here](https://data.xarth.tv/experiments/README.html)

# Release

```
npm version [patch | minor | major] -m "<message>"
npm run-script amd
npm run-script umd
git push origin master
git push --tags
```
