Skip to content

Baasic/baasic-sdk-angularjs-key-value

Repository files navigation

Baasic Key-Value AngularJS SDK

Baasic AngularJS Key-Value library provides access to Baasic REST API key value end-points.

Dependencies

Baasic AngularJS Key-Value library has the following dependencies:

Usage

This section will describe how to add the Baasic AngularJS Key-Value library to your project.

Adding the Library to your Project

Please add the Baasic Key-Value include after the Baasic Angular Core include:

<script src='/js/baasic-angular-core-1.0.0.min.js'></script>
<script src='/js/baasic-angular-key-value-1.0.0.min.js'></script>

Initialization

To be able to use the library you will need to add the Baasic (baasic.keyValue) dependency to your AngularJS module.

angular.module('my-module', ["baasic.api", "baasic.keyValue"])

Build Process

  1. Install NodeJs
  2. Open Shell/Command Prompt in the Baasic AngularJS folder
  3. Run npm install
  4. Install gulp globally: npm install -g gulp
  5. Run gulp

Contributing

  • Pull requests are always welcome
  • Please report any issues you might have found
  • Help us write the documentation
  • Create interesting apps using SDK
  • Looking for something else to do? Get in touch ...