TzLookupWrapper
Ruby gem wrapper for the blazingly fast coordinate to timezone lookup functionality offered by npm package tz-lookup found here : https://github.com/darkskyapp/tz-lookup
Installation
Add this line to your application's Gemfile:
gem 'tz_lookup_wrapper', :git => 'https://github.com/rajiteh/tz_lookup_wrapper.git', :branch => 'master', :submodules => true
And then execute:
$ bundle
Or install it yourself as:
$ gem install tz_lookup_wrapper
Usage
require('tz_lookup_wrapper')
TzLookupWrapper.lookup(43.7, -79.4) # => "America/Toronto"
Todo
- Rewrite the actual tz-lookup library in pure ruby.
- ????
- PROFIT!
Contributing
- Fork it ( https://github.com/rajiteh/tz_lookup_wrapper/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request