summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMark Campbell-Smith <mcampbellsmith@gmail.com>2014-07-24 23:44:46 +1000
committerMark Campbell-Smith <mcampbellsmith@gmail.com>2014-07-24 23:44:46 +1000
commit423e9aaf33366a210a853e67836c6db5d8390680 (patch)
tree30f47fa36278ff8fbc1b5a992a3b22d337638cb9 /README
parented979e37c78853d1741e4e9c233531c1d556ea96 (diff)
downloadRunnerUpLive-423e9aaf33366a210a853e67836c6db5d8390680.zip
Update to RunnerUpLive
Diffstat (limited to 'README')
-rwxr-xr-xREADME23
1 files changed, 8 insertions, 15 deletions
diff --git a/README b/README
index 256d018..2623b80 100755
--- a/README
+++ b/README
@@ -1,11 +1,7 @@
-This is a simple web viewer for GPS tracks uploaded with mobile client.
-It is designed to work with Android version of great app TrackMe (http://www.luisespinosa.com/trackme_eng.html),
-but it should be easy to adjust it for other clients (other database tables).
-Interface "look and feel" is based on TrackMe Display (http://forum.xda-developers.com/showthread.php?t=477394).
-It is possible to switch between Google Maps API and OpenLayers API with OpenStreetMap (any other compatible base layer).
+This is a simple web viewer to work with the excellent open-source fitness app RunnerUp
+(https://github.com/jonasoreland/runnerup or https://play.google.com/store/apps/details?id=org.runnerup)
-Live demo:
-- http://flaa.fabiszewski.net/phptrackme/
+This is heavily based on the phpTrackMe (https://github.com/bfabiszewski/phpTrackme)
Requirements:
- PHP 5.1.2
@@ -14,21 +10,18 @@ Requirements:
Features:
- simple
-- allows live tracking
+- live tracking
- track statistics
-- altitudes graph
+- altitudes graph (to be implemented in RunnerUp android app)
- multiple users
- user authentication
- Google Maps API v3
-- OpenLayers v2
- ajax
- server based configuration
- user preferences stored in cookies
-Todo
-- install script
-- custom icons
-- write opensource client?
-
License
- GPL
+
+The server address in the Android app should be set to http://<server address>/requests.php
+