http-whois - is a simple http api for viewing whois records in http protocol based on popular whois client for Ruby - https://github.com/weppos/whois.
gem install http-whois
git clone https://github.com/egorsmkv/http-whois
cd http-whois
bundle install
Empty.
bundle exec rackup
# ... and see whois http://127.0.0.1:9292/whois/github.com
- Add tests and Travis-CI integrate
- Add Throttle
- Add Dockerfile and image to Docker Hub