0.0.2 • Published 8 years ago

ip-info-cli v0.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

ip-info-cli

Build Status Dependency Status devDependency Status

Get IP information include country, province, city and operator.

Getting Started

Install with this command:

npm i ip-info-cli -g

Or maybe you like yarn:

yarn global add ip-info-cli

How to use

This package is a CLI for ip-info.

So you could use all config in that package and have fun!

Samples

Basic

ip-info --ip xxx.xxx.xxx.xxx

More config

ip-info --input /path/to/input.yml --output /path/to/output.yml --format yml --inverval 500

Test

npm test

History

  • 0.0.1
    • init