Skip to content

ninjatronic/angular-kinvey

Repository files navigation

angular-kinvey

Build Status

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.

Mandatory Dependencies

Optional Dependencies

Usage

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.

Support The Project

If you have found this project useful you can encourage the developers by...

Contribution

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.

Tooling for Development

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

Issues are welcome. Please consider writing unit and scenario tests to illustrate your issue.

Pull Requests

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).

About

AngularJS support for Kinvey BaaS

Resources

License

Stars

Watchers

Forks

Packages

No packages published