Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/villander/ember-pubnub
Ember addon for PubNub JavaScript SDK
https://github.com/villander/ember-pubnub
Last synced: 21 days ago
JSON representation
Ember addon for PubNub JavaScript SDK
- Host: GitHub
- URL: https://github.com/villander/ember-pubnub
- Owner: villander
- License: mit
- Created: 2016-03-15T04:39:21.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-15T04:49:13.000Z (almost 9 years ago)
- Last Synced: 2024-10-18T08:25:20.891Z (3 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Ember-pubnub
This README outlines the details of collaborating on this Ember addon.
## Installation
* `git clone` this repository
* `npm install`
* `bower install`## Running
* `ember server`
* Visit your app at http://localhost:4200.## Running Tests
* `npm test` (Runs `ember try:testall` to test your addon against multiple Ember versions)
* `ember test`
* `ember test --server`## Building
* `ember build`
For more information on using ember-cli, visit [http://www.ember-cli.com/](http://www.ember-cli.com/).