This Project is still a work in progress and a spare time project. If you find bugs, feel welcome to submit a pull-request (which might take some time to integrate) or wait until it is fixed (which might take some time, too).
ShoMe is an App intended to share your current Location as plain text (send an SMS etc.). It can be compiled as a native Android or ios app using cordova or run as a web-app inside a browser. If compiled as a native App ShoMe supports intents on Android and App Extensions on ios.
npm install riot -g
npm install riotify -g
npm install browser-pack -g
npm install cordova -g
#switch to this directory, then
npm install http-server -g
http-server native/www/
cd native/www/
riot js/ compapps.js -w
cd native
./build-android.sh
cd native
./build-ios.sh