You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IpToCountry
===========
This plugin is based off of rubyquiz.
Example
=======
IpToCountry.country_of( "121.254.166.40" )
# => 'KR'
Copyright (c) 2008 [Cyril David], released under the MIT license
About
Gives you the 2 letter iso of the country given an ip address (based off of rubyquiz, just made it a plugin)