Sha256: 22c5774ec39078a5645172ad953eeabd270f191d55f891cdf9c37f5128e34cad
Contents?: true
Size: 801 Bytes
Versions: 2
Compression:
Stored size: 801 Bytes
Contents
# SeventeenMon Simply find location by IP. ## Installation Add this line to your application's Gemfile: gem 'seventeen_mon', git: "git@github.com:mycolorway/SeventeenMon.git" And then execute: $ bundle Or you can install simply by $ gem install seventeen_mon ## Usage ```(ruby) SeventeenMon.find_by_ip ip: "YOUR_IP_ADDRESS" # => {:country=>"英国", :city=>"英国"} SM.find_by_address address: "ruby-lang.com", protocol: "http" # => {:country=>"荷兰", :city=>"荷兰"} ``` ## Contributing 1. Fork it ( http://github.com/<my-github-username>/seventeen_mom/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
seventeen_mon-0.0.2 | README.md |
seventeen_mon-0.0.1 | README.md |