A simple Whois server with a simple simple API and a front-end built with AngularJS.

index.haml 379B

    !!! %html %head %title A free whois API service %link{:rel => "stylesheet", :type => "text/css", :href => "/css/styles.css"} %body .info %p.title Just enter a URL, to do a WHOIS lookup. %form{ :action => "/lookup", :method => "get"} %input{ :type => "text", :name => "url"} %input.submit{ :type => "submit", :value => "Lookup Whois"}