Skip to content

Latest commit

 

History

History
74 lines (56 loc) · 3.54 KB

README.md

File metadata and controls

74 lines (56 loc) · 3.54 KB

angular-data

Data store for Angular.js.

Current version: 0.9.0

Angular-data is in a pre-1.0.0 development stage; the API is fluctuating, not a lot of tests yet, etc.

Not for production use (yet). If you still want to develop with Angular-data, be prepared to keep a close eye on the changelog, as the API is very liable to change (a lot).

Pending:

  • A Solid Roadmap
  • Relations/Associations
  • Various Adapters
  • Schema Definition/Validation
  • Nested Resources
  • Website / documentation
  • 100% tested (whatever that means)
  • See issues for what's in development
  • See Design Doc for other juicy reading material

Changelog

CHANGELOG.md

Resources

Community

Mailing List - Ask your questions!

Issues - Found a bug? Feature request? Submit an issue!

GitHub - View the source code for angular-data.

Design Doc - Design document for Angular-data.

Contributing

  1. Fork the repo
  2. $ git clone {{yourForkUrl}}
  3. $ npm install && bower install && npm test
  4. Make your changes complete with any applicable tests
  5. $ npm test (make sure they pass ;-D)
  6. $ git commit -am 'A useful commit message'
  7. $ git push
  8. Create PR :-D Thanks!

Project Status

Branch Master
Bower Bower version
NPM NPM version
Build Status Build Status
Code Climate Code Climate
Dependency Status Dependency Status
Coverage Coverage Status

Copyright (C) 2014 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.