Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)