An open API service indexing awesome lists of open source software.

https://github.com/asmega/rack-closed

For websites that are open 9 till 5
https://github.com/asmega/rack-closed

Last synced: about 1 year ago
JSON representation

For websites that are open 9 till 5

Awesome Lists containing this project

README

          

h1. Closed Middleware

h2. About

Rack Middleware for websites that are only open 9am till 5pm.
Outside these hours vistors are shown a static html page to tell them the website is closed.

h3. Usage

h4. Rails 3

in Gemfile

@gem 'rack-closed'@

in config/application.rb

@config.middleware.use Rack::Closed@