18 lines
292 B
Markdown
18 lines
292 B
Markdown
|
# Minimalistic IP address detector app
|
||
|
|
||
|
[Try it](http://ip.skobk.in/) ([JSON vesion](http://ip.skobk.in/json))
|
||
|
|
||
|
## Installation
|
||
|
|
||
|
```bash
|
||
|
# For production usage
|
||
|
composer install -o
|
||
|
# For development
|
||
|
composer install
|
||
|
```
|
||
|
|
||
|
## Running
|
||
|
|
||
|
```bash
|
||
|
php -S localhost:8000 -t public public/index.php
|
||
|
```
|