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

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

Awesome Lists containing this project

README

          

# angular-pubnub [![Build Status](https://travis-ci.org/gdi2290/angular-pubnub.png?branch=master)](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'
]);

````