Hscode is a simple HTTP
status code lookup tool. Lookup that status code at the comfort of your own terminal.😎
Install it yourself as:
$ gem install hscode
Or Add this line to your application's Gemfile:
gem 'hscode'
And then execute:
$ bundle
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
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.
The gem is available as open source under the terms of the MIT License.