Skip to content

Cross-platform mobile application for geologic field data acquisition.

License

Notifications You must be signed in to change notification settings

zmichels/strabo-mobile

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Strabo Mobile

Strabo Mobile is a cross-platform mobile application for geologic field data acquisition.

Build Stack:

##Development Setup

Prerequisites

Installation

npm install -g cordova ionic
ionic start ionic-sample blank

Get Project Files

git clone https://github.com/StraboSpot/strabo-mobile.git
cd strabo-mobile

Move everything, except .gitignore, config.xml and the www folder, from the ionic-sample folder created above into the strabo-mobile folder. Delete the now mostly empty ionic-sample folder.

Add Cordova Plugins

In the strabo-mobile folder:

cordova plugin add org.apache.cordova.geolocation

###Run

In a web browser:

ionic serve

In a USB connected Android device:

ionic platform add android
ionic run

About

Cross-platform mobile application for geologic field data acquisition.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published