Skip to content
This repository has been archived by the owner on Jun 2, 2022. It is now read-only.

egorsmkv/http-whois

Repository files navigation

Whois HTTP API

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.

Installation

From RubyGems

gem install http-whois

From sources

git clone https://github.com/egorsmkv/http-whois
cd http-whois
bundle install

Run

Using unicorn and systemd

Empty.

Development server

bundle exec rackup
# ... and see whois http://127.0.0.1:9292/whois/github.com

TODO

  • Add tests and Travis-CI integrate
  • Add Throttle
  • Add Dockerfile and image to Docker Hub

Releases

No releases published

Packages

No packages published