Skip to content

Baasic/baasic-sdk-angularjs-articles

Repository files navigation

Baasic Articles AngularJS SDK

Baasic AngularJS Articles library provides access to Baasic REST API article end-points.

Dependencies

Baasic AngularJS Articles library has the following dependencies:

Usage

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

Adding the Library to your Project

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

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

Initialization

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

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

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published