Generate sentence from Over land hex id (H3 address)
gem install over_h3sentence
Or add to your Gemfile
gem 'over_h3sentence'
require 'over_h3sentence'
puts OverH3sentence.sentence('8c1ea284caf05ff')
# -> 'latest.sell.emotionally'
puts OverH3sentence.hex_id('latest.sell.emotionally')
# -> 8c1ea284caf05ff
git clone https://github.com/OVR-Platform/over_h3sentence
cd over_h3sentence
gem install rake
rake test