Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 901 Bytes

README.rdoc

File metadata and controls

23 lines (14 loc) · 901 Bytes

README

Foto Share App

this app will allow you to:

  • sync images from an Android smartphone

  • show them as fullscreen slideshow in browser

prerequisites

run it

  • run the webserver to be able to open the rails app in your browser (dev: localhost:3000)

  • run the foto sync script to download the newest pictures from your android phone, e.g. from your WhatsApp picture directory: under “bin” run “./foto-sync.sh”. Ensure that you have adb-sync installed and your phone connected via USB in developer mode.

todos

  • scale images to show the whole content -> read image attributes from file to know the right size

  • update image list: only append new files, do not reload complete list everytime