wktk / web-whois

Simple web interface for whois lookup

Home Page:https://web-whois.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

web-whois

Simple web interface for whois lookup

Simply displays output of whois gem via HTTP.

Environment variables

Key Value Description
ENFORCE_HTTPS true OR blank Enforces HTTPS on Production or not

Deployment (on Heroku)

git clone git@github.com:wktk/web-whois.git
cd web-whois
heroku create
git push heroku master

Deployment (local)

git clone git@github.com:wktk/web-whois.git
cd web-whois
bundle install
bundle exec rackup

License

See MIT-LICENSE

About

Simple web interface for whois lookup

https://web-whois.herokuapp.com/

License:MIT License


Languages

Language:Ruby 56.7%Language:Slim 34.9%Language:JavaScript 4.8%Language:Procfile 3.5%