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
- Host: GitHub
- URL: https://github.com/respoke/respoke-dist
- Owner: respoke
- Created: 2015-03-05T15:23:47.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-01-20T15:38:15.000Z (over 10 years ago)
- Last Synced: 2025-04-08T17:52:17.180Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://github.com/respoke/respoke
- Size: 3.03 MB
- Stars: 4
- Watchers: 11
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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>'
});
```