Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/isundaylee/ip
A Sinatra implementation of IP echoer.
https://github.com/isundaylee/ip
Last synced: 29 days ago
JSON representation
A Sinatra implementation of IP echoer.
- Host: GitHub
- URL: https://github.com/isundaylee/ip
- Owner: isundaylee
- Created: 2016-01-22T14:18:09.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-20T07:47:31.000Z (almost 2 years ago)
- Last Synced: 2023-03-23T01:52:08.929Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IP Echoer
A really simple Sinatra application that prints out the IP address of the visiting client.
# Usage
Simply run `rackup -p $PORT`. It is a Sinatra application, after all.