module PhotoFlick

Main module to start the program

Constants

FLICKR_KEY
IMAGE_COUNT
LAYOUT
VERSION

Public Class Methods

start() click to toggle source
# File lib/photo_flick.rb, line 13
def self.start
  CollageMaker.new.make!
end