https://github.com/waydotnet/sinatra-google-image-map
Sinatra app that places images with GPS exif data in a google map and shows some exif informations
https://github.com/waydotnet/sinatra-google-image-map
Last synced: about 1 month ago
JSON representation
Sinatra app that places images with GPS exif data in a google map and shows some exif informations
- Host: GitHub
- URL: https://github.com/waydotnet/sinatra-google-image-map
- Owner: WaYdotNET
- License: mit
- Created: 2011-06-21T10:21:11.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2011-06-17T09:16:02.000Z (about 15 years ago)
- Last Synced: 2025-03-14T04:02:29.495Z (over 1 year ago)
- Language: Ruby
- Homepage: http://www.grekko.de
- Size: 112 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-License.txt
Awesome Lists containing this project
README
# Sinatra Google Image Map
Sinatra app that places images with GPS exif data in a google map and shows some exif informations
## Getting started
You need ruby (>= 1.8.7), rubygems (>= 1.5.0) and bundler (`gem install bundler`) to run the application
1. Copy the git repository to your local machine `git clone git@github.com:grekko/sinatra-google-image-map.git`
2. run `bundle install`
3. run `rackup`