An open API service indexing awesome lists of open source software.

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

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).