https://github.com/doowb/angular-pusher
AngularJS provider and service for Pusher
https://github.com/doowb/angular-pusher
Last synced: about 1 year ago
JSON representation
AngularJS provider and service for Pusher
- Host: GitHub
- URL: https://github.com/doowb/angular-pusher
- Owner: doowb
- Created: 2014-01-30T00:26:07.000Z (over 12 years ago)
- Default Branch: gh-pages
- Last Pushed: 2020-01-09T16:02:16.000Z (over 6 years ago)
- Last Synced: 2025-06-12T07:12:12.395Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://angular-pusher-example.herokuapp.com/
- Size: 477 KB
- Stars: 153
- Watchers: 14
- Forks: 54
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
Awesome Lists containing this project
README
# angular-pusher [](http://badge.fury.io/js/angular-pusher)
> AngularJS provider and service for Pusher
## Getting Started
### Install
1. download the files
1. Bower
1. add `"angular-pusher": "latest"` to your `bower.json` file then run `bower install` OR run `bower install angular-pusher`
2. include the files in your app
1. `angular-pusher.min.js`
3. include the module in angular (i.e. in `app.js`) - `doowb.angular-pusher`
See the `gh-pages` branch, files `bower.json` and `index.html` for a full example.
## Contributing
1. `git checkout gh-pages`
1. run `npm install && bower install`
2. write your code then run `grunt`
3. git commit your changes
2. copy over core files (.js and .css/.less for directives) to master branch
1. `git checkout master`
2. `git checkout gh-pages angular-pusher.js angular-pusher.min.js README.md`
### Contributors
* [Brian Woodward](https://github.com/doowb)
[](https://www.nitrous.io/hack_button?source=embed&runtime=nodejs&repo=doowb%2Fangular-pusher&file_to_open=angular-pusher.js)
## License
Copyright (c) 2015 undefined, contributors.
Released under the license
***
_This file was generated by [grunt-readme](https://github.com/assemble/grunt-readme) on Thursday, April 23, 2015._
[grunt]: http://gruntjs.com/
[Getting Started]: https://github.com/gruntjs/grunt/blob/devel/docs/getting_started.md
[package.json]: https://npmjs.org/doc/json.html