https://github.com/patrickjs/angular-pubnub
A PubNub component for Angular.js
https://github.com/patrickjs/angular-pubnub
Last synced: 15 days ago
JSON representation
A PubNub component for Angular.js
- Host: GitHub
- URL: https://github.com/patrickjs/angular-pubnub
- Owner: PatrickJS
- Created: 2013-09-15T04:39:15.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-10T08:57:52.000Z (about 12 years ago)
- Last Synced: 2024-10-11T22:29:39.312Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 148 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# angular-pubnub [](https://travis-ci.org/gdi2290/angular-pubnub)
A PubNub component for Angular.js
#How do I add this to my project?
You can download angular-pubnub by:
* (prefered) Using bower and running `bower install angular-pubnub --save`
* Using npm and running `npm install angular-pubnub --save`
* Downloading it manually by clicking [here to download development unminified version](https://raw.github.com/gdi2290/angular-pubnub/master/angular-pubnub.js)
````html
angular.module('YOUR_APP', [
'ngPubNub'
]);
````