Peer to peer chat application using WebRTC technologies
- Node.js 0.10+
- Chrome 26+ or Firefox 23+
- Install Bower:
npm install -g bower
- Install Gunt CLI:
npm install -g grunt-cli
- Clone repository
git clone git://github.com/unchatbar/unchatbar.git
- Run
npm install
to install required Node.js modules - Run
bower install
to install required Bower components
- angular
- json3
- es5-shim
- bootstrap-css-only
- ngstorage
- lodash
- gettext
angular.module('app', ['unchatbar-user'])
- store Profile in local Storage
ProfileProvider.setLocalStorage([TRUE/FALSE]);
- get Profil Object
Profile.get();
- set Profil Object
Profile.get([ProfileObject]);
- Profile Label
<un-profile-admin data-custom-template-url="[CUSTOM-TEMPLATEPATH]"></un-profile-admin>
- Profile Admin
<un-profile-label data-custom-template-url="[CUSTOM-TEMPLATEPATH]"></un-profile-label>
- profileUpdate: profile was update