angular-kinvey aims to provide easy-to-consume support for BaaS services provided by Kinvey.
This API allows an AngularJS app to interact with its backend on Kinvey programatically using the $resource
paradigm provided by Angular.
- Getting Started
- Data Store
- Users
- [Location] (https://github.com/ninjatronic/angular-kinvey/wiki/Location)
- [Business Logic] (https://github.com/ninjatronic/angular-kinvey/wiki/Business-Logic)
- [Files] (https://github.com/ninjatronic/angular-kinvey/wiki/Files)
- Push
This documentation mirrors the structure of the Kinvey DevCenter REST API guide, and large parts of this documentation have been copied verbatim and then altered.
If you have found this project useful you can encourage the developers by...
Contributions are welcome on this project.
- If you think there is something missing or have discovered a bug please open an issue
- If you want to submit code to the project, please fork the repo and submit a pull request
You can check the project milestones for an idea of the development roadmap.
This project uses Grunt for tooling. The toolbelt dependencies are managed by NPM and the production dependencies are managed by Bower. Bower dependencies are automatically installed after an npm installation. To develop, fork this repo and clone the code, then...
npm install
Unit and scenario tests are run with grunt test
. To run only unit tests use grunt testUnit
. To build the minified
file and test it use grunt build
. Please replace the configuration options in the scenario tests with your own app
key and secret before running the tests.
Issues are welcome. Please consider writing unit and scenario tests to illustrate your issue.
Pull requests are welcome. Please include unit and scenario tests which illustrate the feature you are adding, or the
issue you are solving. Please also include a minified and tested version of the kinvey.js file (using grunt build
).