pusewicz / whatismyip

Personal Whatismyip Service

Home Page:https://yourip.fly.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

whatismyip

The IP reporting service.

This tiny rack-based application returns the client's IP address.

It also returns plain text, JSON, XML and YAML responses.

Plain Text

curl -H "Accept: text/plain" http://localhost:3000

JSON

curl -H "Accept: application/json" http://localhost:3000

XML

curl -H "Accept: application/xml" http://localhost:3000

YAML

curl -H "Accept: application/x-yaml" http://localhost:3000

About

Personal Whatismyip Service

https://yourip.fly.dev

License:MIT License


Languages

Language:Ruby 84.4%Language:Slim 8.7%Language:Dockerfile 6.2%Language:Shell 0.4%Language:Procfile 0.3%