Skip to content

willhbr/status_page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Status Page

Installation

  1. Add the dependency to your shard.yml:

    dependencies:
      status_page:
        github: willhbr/status_page
  2. Run shards install

Usage

require "status_page"

server = StatusPage.make_server(MyHTTPHandler.new) do |context|
  # your server logic here if you want
end

Contributing

  1. Fork it (https://github.com/willhbr/status_page/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published