Skip to content

foschmitz/FlowFact-API-Connector-Example-Ionic-AngularJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Ionic FlowFact API Connector Example AngularJS

Ionic starter project connecting to FlowFact direct API Service.

Based on FlowFact API Documentation

Requires Node.js, Ionic and Cordova

Once the above prerequesites are installed, go to project folder and start the example with:

ionic serve

or

ionic serve --lab

To prevent cors issue, ionic serve requires "Ionic Proxy" to be used (see ionic.project):

.constant("APISERVER", "http://localhost:8100/com.flowfact.server/api")

For live deployment change the above line to the desired API server, i.e.:

.constant("APISERVER", "https://flowfactapi.flowfact.com/com.flowfact.server/api")

About

Ionic starter project connecting to FlowFact direct API Service.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages