Skip to content
This repository has been archived by the owner on Mar 6, 2018. It is now read-only.

caarlos0-graveyard/displayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Displayer

A damn simple browser image slideshow.

Purpose

Leave it open in a fullscreen browser showing images with relevant info for your employees, team, event, or anything else.

Requirements

  • Ruby 1.8.7+ (natively run on Mac OS X default ruby version)

How to use

1. Get it

$ git clone https://github.com/caarlos0/displayer.git
$ cd displayer

2. Run bundler

$ bundle

3. Run it!

$ IMGFOLDER=where/are/your/images ruby server.rb

or

$ export IMGFOLDER=where/are/your/images
$ ruby server.rb

Then it should be running in http://localhost:4567.

Technology

Simple CSS, HAML and JavaScript, all served by Sinatra.

the first code version was made in less than 15 minutes, so, yes, it needs some refactoring. pull-requests are welcome.

About

A damn simple image slideshow displayer.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published