Ruby API client for FreeGeoIP's IP Geolocation API
Despite what the incredibly witty title might lead you to believe, this is a Ruby API client for FreeGeoIP’s IP geolocation API.
Add this line to your application’s Gemfile:
gem 'freegeoip'
And then execute:
$ bundle
Or install it yourself as:
$ gem install freegeoip
require 'freegeoip'
FreeGeoIP.locate("zeke.templ.in")
# => I'll fill this in later.
git checkout -b my-new-feature
)git commit -am 'Added some feature'
)git push origin my-new-feature
)