Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/silverbucket/ember-cli-sockethub
Ember CLI add-on for adding Sockethub to Ember apps
https://github.com/silverbucket/ember-cli-sockethub
Last synced: about 1 month ago
JSON representation
Ember CLI add-on for adding Sockethub to Ember apps
- Host: GitHub
- URL: https://github.com/silverbucket/ember-cli-sockethub
- Owner: silverbucket
- Created: 2014-11-17T15:57:26.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-17T15:58:10.000Z (about 10 years ago)
- Last Synced: 2024-10-12T17:30:59.089Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 111 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ember-cli-sockethub
Ember CLI addon that includes 'sockethub-client' in the generated `vendor.js` build.
## Installation / Usage
From within your Ember CLI application, run the following:
```sh
npm install --save-dev ember-cli-sockethub
```You can then use the globally available `SockethubClient` object.
## References
* [sockethub-client](https://github.com/sockethub/sockethub-client)