baasic-sdk-angularjs
Version:
AngularJS SDK provides core functionality for building web and mobile applications on [Baasic](http://www.baasic.com/).
27 lines (19 loc) • 959 B
Markdown
# Baasic Notifications AngularJS SDK
Baasic AngularJS Notifications library provides access to [Baasic REST API](http://dev.baasic.com/api/reference/home) Notifications end-points.
## Initialization
To be able to use the library you will need to add the Baasic (_baasic.notifications_) dependency to your AngularJS module.
```javascript
angular.module('my-module', ["baasic.api", "baasic.notifications"])
```
## Build Process
1. Install [NodeJs](http://nodejs.org/download/)
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](../../../baasic-sdk-angularjs/pulls)
* Please [report](../../../baasic-sdk-angularjs/issues) any issues you might have found
* Help us write the documentation
* Create interesting apps using SDK
* Looking for something else to do? Get in <u>touch</u> ...