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.
npm install bower
bower install pubnub-angular
Pretty easy, huh?
If you’re interested in checking out the code for the library, it’s available here: https://github.com/pubnub/pubnub-angular
Our flagship AngularJS PubNub sample application is available here: https://pubnub.github.io/angular-js/#/join
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 visit GitHub pubnub/angular-js. Or, if you need a hand, email (help@pubnub.com)!
There are common underlying technologies for a dating app, and in this post, we’ll talk about the major technologies and designs...
Michael Carroll
How to use geohashing, JavaScript, Google Maps API, and BART API to build a real-time public transit schedule app.
Michael Carroll
How to track and stream real-time vehicle location on a live-updating map using EON, JavaScript, and the Mapbox API.
Michael Carroll