No commit activity in last 3 years
No release in over 3 years
Embedded sinatra app for answering the is it tomorrow question
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.2
~> 1.8.4
~> 3.12

Runtime

 Project Readme

Is It Open Coffee Tomorrow?

What is this?

A simple, embedded sinatra util-a-joke app to show when an Open Coffee event is happening.

How?

To see a real usage visit https://github.com/ecoffey/isitbocctomorrow

The app assumes that the Open Coffee event happens every two weeks, but lets you configure the seed date, hash tag, official site, and time zone.

Deploy To Heroku

$ mkdir my-shiny-util-a-joke-app && cd my-shiny-util-a-joke-app
$ gem install heroku
$ heroku login
$ heroku create
$ echo -e "source :rubygems\n\ngem 'isitopencoffeetomorrow'"
$ bundle
$ git init
$ git add .
$ git commit -m 'Yay util-a-joke!'
$ git push heroku master