Module: PhotoFlick
- Defined in:
- lib/photo_flick.rb,
lib/photo_flick/version.rb,
lib/photo_flick/dictionary.rb,
lib/photo_flick/collage_maker.rb,
lib/photo_flick/image_processor.rb,
lib/photo_flick/flickr_image_fetcher.rb
Overview
Main module to start the program
Defined Under Namespace
Classes: CollageMaker, Dictionary, FlickrImageFetcher, ImageProcessor
Constant Summary collapse
- IMAGE_COUNT =
10
- LAYOUT =
{ tile: '5x2', width: 228, height: 250 }.freeze
- FLICKR_KEY =
'ef0c85f3cae7a54faa33ae29f0e6addc'.freeze
- VERSION =
"0.1.0"
Class Method Summary collapse
Class Method Details
.start ⇒ Object
13 14 15 |
# File 'lib/photo_flick.rb', line 13 def self.start CollageMaker.new.make! end |