/respoke-dist

Pre-built versions of Respoke.js to support some package managers like Bower.io

Primary LanguageJavaScript

Respoke.js distribution repo

This repo exists to support Bower by providing a pre-built version of Respoke.js. The full documentation and source can be see at the real Respoke.js repo.

Usage

bower install --save respoke

This will provide a global variable respoke when included in your HTML files.

<script type="text/javascript" src="/components/respoke/respoke.min.js"></script>
<script type="text/javascript">
    var client = respoke.createClient({
        appId: '<your-app-id>'
    });
</script>