Skip to content

Angular Module to interact with the Muller Avenue Group Outpost API

License

Notifications You must be signed in to change notification settings

ptallen63/ngOutpost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Inject ngOutpost in your main app file. Inject NgOutpostFactoryinto the controller that you wish to record messages.

Usage

Methods

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

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

About

Angular Module to interact with the Muller Avenue Group Outpost API

Resources

License

Stars

Watchers

Forks

Packages

No packages published