-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME
25 lines (16 loc) · 820 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
A sinatra app analyzing and visualizing gpx/kml/nmea gps traces that stores data in a pstore file
Tested using ruby 1.9
ruby gems needed:
* bundler (for managing gems)
* sinatra (the webframework)
* nokogiri (for gpx parsing)
To install them, just make sure you have bundler installed (gem install bundler) and then type "bundle install" from within the apps root directory
Google Maps:
You need an individual API key.
The one given in config/sharearun.yml is for localhost, if you want to use run-a-log somewehre else, get an appropiate key over here: http://code.google.com/apis/maps/signup.html.
Installation:
1. Install the gems
2. Put some .gpx files into a subfolder of the "gpx" directory (subfolders will be used as menu items)
3. ???
4. Profit!
Demo available here: http://fitness.marc-seeger.de