codebeat badge Dependency Status Inline docs Coverage Status Build Status Gem Version

hscode

hscode is a simple HTTP status code lookup tool. Lookup that status code at the comfort of your own terminal.😎

Installation

Install it yourself as:

$ gem install hscode

Or Add this line to your application's Gemfile:

gem 'hscode'

And then execute:

$ bundle

Usage

Run a quick lookup

$ hscode -c 200

For a more comprehensive description, run verbosely.

$ hscode -c 200 -v

List all status codes

$ hscode -l

In case you forget something; run help.

$ hscode -h

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/akabiru/hscode. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The gem is available as open source under the terms of the MIT License.