Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/schlan/travel-log
https://github.com/schlan/travel-log
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/schlan/travel-log
- Owner: schlan
- License: apache-2.0
- Created: 2014-06-15T20:40:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-08-30T20:08:54.000Z (over 3 years ago)
- Last Synced: 2024-11-09T10:48:00.710Z (3 months ago)
- Language: Scala
- Size: 3.71 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
travel-log
==========Place a config file named 'images.conf' next to 'application.conf'.
'images.conf' should look like this:```
at.droelf.travel-log.images.rootDir=
at.droelf.travel-log.tracks.rootDir=at.droelf.travel-log.db.mode=
at.droelf.travel-log.user=
at.droelf.travel-log.password=at.droelf.travel-log.analytics=
at.droelf.travel-log.email.recipient=
at.droelf.travel-log.email.sender=
at.droelf.travel-log.email.hold=
at.droelf.travel-log.email.alternative=at.droelf.travel-log.disqus.shortname=
``````sbt run```
Features
=========
* Document you travels with images, gpx tracks and texts.
* Automatically calculate the position where pictuers were taken.
* Disqus/Google Analytics integration
* Secures image and track upload
* Android App for uploading media --> https://github.com/makubi/travel-log-app/Technologies
=========
* Scala
* Play Framework
* Slick ORM (Postgres/H2)
* Javascript
* WebJarsDemo
=====
http://pacific2014.at[![Build Status](https://travis-ci.org/MrGradient/travel-log.svg?branch=master)](https://travis-ci.org/MrGradient/travel-log)