ipper
v0.0.1
Published
Get the country that a given ip is registered in
Downloads
9
Readme
ipper
Said ip - per
.
Command line tool that tells you the country that IP is registered in.
ipper '163.172.132.119' -> 'France'
ipper -s '163.172.132.119' -> sentence result
ipper -v '163.172.132.119' -> All meta data
Todo:
- Add tests & flow typing
- Show all the ways of using it
- Add a help command
- Chalk the output
- Transpile so that i can use it more places