Skip to content
This repository was archived by the owner on Aug 2, 2021. It is now read-only.

Commit 1a752a0

Browse files
committed
updated documentation for new ip_geo features
1 parent 0644cb3 commit 1a752a0

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,18 @@ Uses the [APIXU](https://www.apixu.com/) weather api.
7676
## IP Geolocation - Returns geo info on a specified IP address
7777
![Imgur](http://i.imgur.com/jgeOAFi.png)
7878

79+
**New Features**
80+
* Now the ip prompt can be skipped with an argument, and passing a **-m** flag and an argument like **isp** returns machine readable output for easy piping into other shell scripts. Other arguments include [ ip, city, region, country, zip, isp ]
81+
```bash
82+
ip_geo 8.8.8.8
83+
```
84+
```bash
85+
ip_geo -m isp
86+
```
87+
```bash
88+
ip_geo -m isp 8.8.8.8
89+
```
90+
7991
## Movie Search - Uses OMDB API to return movie data
8092
Uses the [OMBDB](http://www.omdbapi.com/) API.
8193

0 commit comments

Comments
 (0)