We’ve been keeping busy lately with a lot of great material on PubNub and AngularJS integration. One thing that kept coming up over and over again was getting the Angular SDK into the Bower registry.
If you haven’t heard of Bower yet, it’s a super-easy way to integrate javascript libraries into your web application. These are some links that we found handy:
We’ll keep this short and sweet. Here’s how to get the PubNub AngularJS library using Bower.
-
If you don’t already have Bower, install it via
npm install bower
-
Grab the latest version from Bower using
bower install pubnub-angular
-
Pat yourself on the back for a job well done
Pretty easy, huh?
Check out the code for the library!
Hopefully the Bower integration is just one little thing that makes your application development that much easier. Thanks for giving the AngularJS library a try, please have fun, and reach out if you have ideas. Or, if you need a hand!