An open API service indexing awesome lists of open source software.

https://github.com/respoke/respoke-dist

Pre-built versions of Respoke.js to support some package managers like Bower.io
https://github.com/respoke/respoke-dist

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# Respoke.js distribution repo

This repo exists to support [Bower](http://bower.io) by providing a pre-built
version of Respoke.js. The full documentation and source can be see at the real
[Respoke.js repo](https://github.com/respoke/respoke).

## Usage

```sh
bower install --save respoke
```

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

```html

var client = respoke.createClient({
appId: '<your-app-id>'
});

```