https://github.com/js-data/js-data-angular-mocks
A mock of angular-data for testing purposes.
https://github.com/js-data/js-data-angular-mocks
Last synced: 2 months ago
JSON representation
A mock of angular-data for testing purposes.
- Host: GitHub
- URL: https://github.com/js-data/js-data-angular-mocks
- Owner: js-data
- License: mit
- Created: 2014-05-16T00:40:42.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-08-31T21:39:26.000Z (almost 9 years ago)
- Last Synced: 2025-03-26T08:21:38.032Z (3 months ago)
- Language: JavaScript
- Size: 124 KB
- Stars: 10
- Watchers: 2
- Forks: 5
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## js-data-angular-mocks [](https://www.npmjs.org/package/js-data-angular-mocks) [](https://www.npmjs.org/package/js-data-angular-mocks) [](https://circleci.com/gh/js-data/js-data-angular-mocks/tree/master) [](https://www.npmjs.org/package/js-data-angular-mocks) [](https://github.com/js-data/js-data-angular-mocks/blob/master/LICENSE)
Mocks of js-data & js-data-angular for testing purposes.
### Guides
- [Angular + JSData (js-data-angular)](http://www.js-data.io/docs/js-data-angular)### Js-data-angular API Documentation
- [js-data-angular](http://www.js-data.io/docs/js-data-angular)### Project Status
__Latest Release:__ [](https://github.com/js-data/js-data-angular-mocks/releases)
__Status:__
[](https://gemnasium.com/js-data/js-data-angular-mocks) [](https://coveralls.io/r/js-data/js-data-angular-mocks?branch=master) [](https://www.codacy.com/public/jasondobry/js-data-angular-mocks/dashboard)
### Quick Start
See:
- [karma.conf.js](https://github.com/js-data/js-data-angular-mocks/blob/master/karma.conf.js)
- [karma.start.js](https://github.com/js-data/js-data-angular-mocks/blob/master/karma.start.js)
- [test/testApp.js](https://github.com/js-data/js-data-angular-mocks/blob/master/test/testApp.js)
- [test/test.js](https://github.com/js-data/js-data-angular-mocks/blob/master/test/test.js)### Community
- [Mailing List](https://groups.io/org/groupsio/jsdata) - Ask your questions!
- [Issues](https://github.com/js-data/js-data-angular-mocks/issues) - Found a bug? Feature request? Submit an issue!
- [GitHub](https://github.com/js-data/js-data-angular-mocks) - View the source code for js-data.### Contributing
First, feel free to contact me with questions. [Mailing List](https://groups.io/org/groupsio/jsdata). [Issues](https://github.com/js-data/js-data-angular/issues).
1. Contribute to the issue that is the reason you'll be developing in the first place
1. Fork js-data-angular-mocks
1. `git clone https://github.com//js-data-angular-mocks.git`
1. `cd js-data-angular-mocks; npm install; bower install;`
1. `grunt go` (builds and starts a watch)
1. (in another terminal) `grunt karma:dev` (runs the tests)
1. Write your code, including relevant documentation and tests
1. Submit a PR and we'll review### License
The MIT License (MIT)
Copyright (c) 2014-2015 Jason Dobry
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.