https://github.com/aranasoft/bower-orbweaver-message
orbweaver-message bower repository
https://github.com/aranasoft/bower-orbweaver-message
Last synced: over 1 year ago
JSON representation
orbweaver-message bower repository
- Host: GitHub
- URL: https://github.com/aranasoft/bower-orbweaver-message
- Owner: aranasoft
- License: bsd-3-clause
- Created: 2015-08-31T17:08:09.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-07-30T04:47:46.000Z (almost 9 years ago)
- Last Synced: 2025-03-01T02:52:59.322Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# packaged orbweaver-message
This repository is for `npm` and `bower` distribution. The source for this module is in the
[Orbweaver sourcecode](https://github.com/aranasoft/orbweaver/tree/master/src/) repository.
Please file issues and pull requests against that repository.
## Install
You can install this package either with `npm` or with `bower`.
### npm
```shell
npm install orbweaver-message
```
Then add `orbMessage` as a dependency for your app:
```javascript
angular.module('myApp', [require('orbweaver-message')]);
```
### bower
```shell
bower install orbweaver-message
```
Add a `` to your `index.html`:
```html
<script src="/bower_components/orbweaver-message/orbweaver-message.js">
```
Then add `orbMessage` as a dependency for your app:
```javascript
angular.module('myApp', ['orbMessage']);
```
## License
Orbweaver is copyright of Arana Software, released under the [BSD License](http://opensource.org/licenses/BSD-3-Clause).