ng-outpost

0.6.0 • Public • Published

ngOutpost

Ng-Outpost is an Angular module to interact with the Muller Avenue Group Outpost API.

Getting started

npm:

npm install ng-outpost

bower: bower install ng-outpost

Configuring

In your angular application, you must have an 'APP' contstant set up with the following properties:

API_KEY: '<your api key for outpost>',
APP_NAME: '<your application name>'

include 'ngOutpot' in your main app file. inject 'NgOutpostFactory' into the controller that you wish to record messages.

Usage

Methods

The module comes with one factory NgOutpostFactory that have three methods.

NgOutpostFactory.getMessages();
NgOutpostFactory.createMessage();
NgOutpostFactory.deleteMessage();

Dependencies (1)

Dev Dependencies (15)

Package Sidebar

Install

npm i ng-outpost

Weekly Downloads

0

Version

0.6.0

License

MIT

Last publish

Collaborators

  • ptallen63