ip-detect/README.md

22 lines
433 B
Markdown
Raw Normal View History

2017-09-05 01:32:40 +00:00
# Minimalistic IP address detector app
[Try it](http://ip.skobk.in/) ([JSON vesion](http://ip.skobk.in/json))
## Installation
```bash
# For usage (from Packagist)
composer create-project skobkin/ip-detect
# For development (from Git)
git clone git@bitbucket.org:skobkin/ip-detect.git
cd ip-detect && composer install
2017-09-05 01:32:40 +00:00
```
2017-09-05 01:32:40 +00:00
## Running
```bash
# From the project root directory
2017-09-05 01:32:40 +00:00
php -S localhost:8000 -t public public/index.php
```