Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 670 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 670 Bytes

Single-Purpose Site

Create a single-purpose website using Sinatra that tells the user one thing, a la isitchristmas.com. Surprise and delight us – creativity is encouraged. Example inputs:

  • The current date
  • The time
  • The weather
  • Whether Kanye West's most recent tweets mention Kanye West
  • etc

Deploy the application to Heroku, and submit a pull request to this repository. Include:

  • All the necessary files
  • In the README:
    • Setup instructions
    • A link to the live app on Heroku

Check out the "Hello World" Sinatra app here.