Skip to content
forked from rb2k/run-a-log

A sinatra app analyzing and visualizing gps-traces (.gpx files) that uses pstore as a persistence backend

Notifications You must be signed in to change notification settings

wkendwr/run-a-log

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A sinatra app analyzing and visualizing gpx/kml/nmea gps traces that stores data in a pstore file

Tested using ruby 1.9.1

ruby gems needed:
	* sinatra (the webframework)
	* hpricot (for gpx parsing)
	
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

About

A sinatra app analyzing and visualizing gps-traces (.gpx files) that uses pstore as a persistence backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%