0.0.1 • Published 10 years ago

devlprs_ip v0.0.1

Weekly downloads
6
License
-
Repository
-
Last release
10 years ago

devlprs_ip

Your IP information microservice

Usage

npm install -g devlprs_ip

dev_ip start
  • localhost:5050 - simple web page

  • localhost:5050/api - simple API with JSON response

{
    "result": {
        "family": "IPv4",
        "ip": "192.168.0.100"
    }
}

start

Options

-p, --port - default 5050

-t, --template - handlebars-template path, default internal package template

0.0.2

10 years ago

0.0.1

10 years ago