Skip to content

Baasic/baasic-sdk-angularjs-membership

Repository files navigation

Baasic Membership AngularJS SDK

Baasic AngularJS Membership library provides access to Baasic REST API membership end-points.

Dependencies

Baasic AngularJS Membership library has the following dependencies:

Usage

This section will describe how to add the Baasic AngularJS Membership library to your project.

Adding the Library to your Project

Please add the Baasic Membership include after the Baasic Angular Core include:

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

Initialization

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

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

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

About

Baasic AngularJS SDK Membership modules and services

Resources

License

Stars

Watchers

Forks

Packages

No packages published