|
| 1 | +<img src="https://raw.githubusercontent.com/js-data/js-data/prototype/js-data.png" alt="js-data logo" title="js-data" align="right" width="64" height="64" /> |
| 2 | + |
| 3 | +## js-data-firebase |
| 4 | + |
| 5 | +Firebase adapter for js-data. |
| 6 | + |
| 7 | +## Documentation |
| 8 | +[http://www.js-data.io/js-data-firebase](http://www.js-data.io/js-data-firebase) |
| 9 | + |
| 10 | +## Project Status |
| 11 | + |
| 12 | +| Branch | Master | |
| 13 | +| ------ | ------ | |
| 14 | +| Bower | [](http://badge.fury.io/bo/js-data-firebase) | |
| 15 | +| NPM | [](http://badge.fury.io/js/js-data-firebase) | |
| 16 | +| Build Status | [](https://travis-ci.org/js-data/js-data-firebase) | |
| 17 | +| Code Climate | [](https://codeclimate.com/github/js-data/js-data-firebase) | |
| 18 | +| Dependency Status | [](https://gemnasium.com/js-data/js-data-firebase) | |
| 19 | +| Coverage | [](https://coveralls.io/r/js-data/js-data-firebase?branch=master) | |
| 20 | + |
| 21 | +## Quick Start |
| 22 | +`bower install --save js-data-firebase` or `npm install --save js-data-firebase`. |
| 23 | + |
| 24 | +## Changelog |
| 25 | +[CHANGELOG.md](https://github.com/js-data/js-data-firebase/blob/master/CHANGELOG.md) |
| 26 | + |
| 27 | +## Community |
| 28 | +- [Mailing List](https://groups.google.com/forum/?fromgroups#!forum/js-data-project) - Ask your questions! |
| 29 | +- [Issues](https://github.com/js-data/js-data-firebase/issues) - Found a bug? Feature request? Submit an issue! |
| 30 | +- [GitHub](https://github.com/js-data/js-data-firebase) - View the source code for js-data. |
| 31 | +- [Contributing Guide](https://github.com/js-data/js-data-firebase/blob/master/CONTRIBUTING.md) |
| 32 | + |
| 33 | +## Contributing |
| 34 | + |
| 35 | +First, feel free to contact me with questions. [Mailing List](https://groups.google.com/forum/?fromgroups#!forum/js-data-project). [Issues](https://github.com/js-data/js-data-firebase/issues). |
| 36 | + |
| 37 | +1. Contribute to the issue that is the reason you'll be developing in the first place |
| 38 | +1. Fork js-data |
| 39 | +1. `git clone https://github.com/<you>/js-data.git` |
| 40 | +1. `cd js-data; npm install; bower install;` |
| 41 | +1. `grunt go` (builds and starts a watch) |
| 42 | +1. (in another terminal) `grunt karma:dev` (runs the tests) |
| 43 | +1. Write your code, including relevant documentation and tests |
| 44 | +1. Submit a PR and we'll review |
| 45 | + |
| 46 | +## License |
| 47 | + |
| 48 | +Copyright (c) 2014 Jason Dobry |
| 49 | + |
| 50 | +Permission is hereby granted, free of charge, to any person obtaining a copy of |
| 51 | +this software and associated documentation files (the "Software"), to deal in |
| 52 | +the Software without restriction, including without limitation the rights to |
| 53 | +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies |
| 54 | +of the Software, and to permit persons to whom the Software is furnished to do |
| 55 | +so, subject to the following conditions: |
| 56 | + |
| 57 | +The above copyright notice and this permission notice shall be included in all |
| 58 | +copies or substantial portions of the Software. |
| 59 | + |
| 60 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 61 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS |
| 62 | +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR |
| 63 | +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER |
| 64 | +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN |
| 65 | +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
0 commit comments