https://github.com/aranasoft/bower-orbweaver-resource
orbweaver-resource bower repository
https://github.com/aranasoft/bower-orbweaver-resource
Last synced: 9 months ago
JSON representation
orbweaver-resource bower repository
- Host: GitHub
- URL: https://github.com/aranasoft/bower-orbweaver-resource
- Owner: aranasoft
- License: bsd-3-clause
- Created: 2015-04-24T17:21:17.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-07-31T23:43:43.000Z (almost 9 years ago)
- Last Synced: 2025-09-24T05:21:16.095Z (9 months ago)
- Language: JavaScript
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# packaged orbweaver-resource
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-resource
```
Then add `orbResource` as a dependency for your app:
```javascript
angular.module('myApp', [require('orbweaver-resource')]);
```
### bower
```shell
bower install orbweaver-resource
```
Add a `` to your `index.html`:
```html
<script src="/bower_components/orbweaver-resource/orbweaver-resource.js">
```
Then add `orbResource` as a dependency for your app:
```javascript
angular.module('myApp', ['orbResource']);
```
## License
Orbweaver is copyright of Arana Software, released under the [BSD License](http://opensource.org/licenses/BSD-3-Clause).