2017-09-05 01:32:40 +00:00
# Minimalistic IP address detector app
2018-11-02 16:33:12 +00:00
[![Codeship Status for skobkin/ip-detect ](https://app.codeship.com/projects/b2375af0-c0e5-0136-9e74-26b840c766cc/status?branch=master )](https://app.codeship.com/projects/313611)
[Try it ](https://ip.skobk.in/ ) ([JSON](https://ip.skobk.in/json), [Plaintext ](https://ip.skobk.in/plain ))
2017-09-05 01:32:40 +00:00
## Installation
```bash
2017-09-05 02:04:56 +00:00
# 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 02:04:56 +00:00
2017-09-05 01:32:40 +00:00
## Running
```bash
2017-09-05 02:04:56 +00:00
# From the project root directory
2017-09-05 01:32:40 +00:00
php -S localhost:8000 -t public public/index.php
2017-09-05 02:04:56 +00:00
```