Skip to content

Commit

Permalink
Minor changes to READM.md and Workflow description
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgit committed Apr 4, 2022
1 parent 43d4967 commit 404d283
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,13 @@
![GitHub All Releases](https://img.shields.io/github/downloads/paulgit/alfred-ipinfo/total?color=blue&label=Downloads&logo=Github)
![GitHub](https://img.shields.io/github/license/paulgit/alfred-ipinfo?label=License)

ipinfo is an Alfred workflow for fetching information about an IP address. It achieves this by using the [ipinfo.io IP Geolocation API](https://ipinfo.io/products/ip-geolocation-api) which is free to register for and is free to use for 50,0000 lookups per month.
ipinfo is an Alfred workflow for fetching information about an IP address. It achieves this by using the [ipinfo.io IP Geolocation API](https://ipinfo.io/products/ip-geolocation-api) which is free to register for and is free to use for 50,000 lookups per month.

## Dependencies
### Python3
This workflow is dependent on Python3 which you must have installed. Please see the [Python3 Installation Guide](https://github.com/paulgit/alfred-ipinfo/wiki/Python3-Installation-Guide).
### ipinfo.io
This workflow makes use of the [IP Geolocation API](https://ipinfo.io/products/ip-geolocation-api) provided by [ipinfo.io](https://ipinfo.io). You will need to register and obtain an API Token. This token value must be entered in the value field of the APITOKEN workflow environment variable.

## Credit & License

Expand All @@ -18,4 +24,6 @@ ipinfo is an Alfred workflow for fetching information about an IP address. It ac

* API provided by [ipinfo.io](https://ipinfo.io/)

* This site or product includes IP2Location™ Country Flags which available from https://www.ip2location.com.

* Any source code unmentioned above are released under the [MIT license](https://github.com/paulgit/alfred-ipfinfo/blob/master/LICENSE)
5 changes: 4 additions & 1 deletion source/info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,10 @@ fi
</dict>
</array>
<key>readme</key>
<string>This site or product includes IP2Location™ Country Flags which available from https://www.ip2location.com.</string>
<string>ipinfo is an Alfred workflow for fetching information about an IP address. It achieves this by using the ipinfo.io IP Geolocation API which is free to register for and is free to use for 50,000 lookups per month.
Credits
=======
This site or product includes IP2Location™ Country Flags which available from https://www.ip2location.com.</string>
<key>uidata</key>
<dict>
<key>16B3F428-D0D9-45DB-833D-9A5B709EC3B3</key>
Expand Down

0 comments on commit 404d283

Please sign in to comment.