Skip to content

A dummy image generator a la dummyimage.com, but written in Ruby.

Notifications You must be signed in to change notification settings

corgibytes/placecorgi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A work in progress. It should be finished one day. Just not sure when.

placecorgi

A small Sinatra app influenced by http://placekitten.com. This application is based on the source code for fakeimage which was a Ruby inspired twist of http://dummyimage.com.

Installation

requires ruby 1.9.2

dependent gems are installed with bundler bundle install.

Use

For a 300 x 200 pixel image, visit http://localhost:4567/300x200.

Leaving off the second dimension will display a square, so for a 200 x 200 pixel image, visit http://localhost:4567/200. Visiting http://localhost:4567/200x200 will work, too, but why type more than you have to?

This application only generates png files.

Copyright

Because this project was started by using fakeimage as a starting point, portions of this application are copyright (c) 2010-2011 Michael Dungan, [email protected], released under the MIT license.

The rest of the application is copyright (c) 2011 Corgibytes LLC (http://www.corgibytes.com) and are also released under the MIT license.

About

A dummy image generator a la dummyimage.com, but written in Ruby.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Ruby 100.0%