0.0
No release in over a year
Generate sentence from Over land hex id (H3 address)
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

>= 0
 Project Readme

Over H3 Sentence

Generate sentence from Over land hex id (H3 address)

Install

gem install over_h3sentence

Or add to your Gemfile

gem 'over_h3sentence'

Usage

require 'over_h3sentence'

puts OverH3sentence.sentence('8c1ea284caf05ff')
# -> 'latest.sell.emotionally'

puts OverH3sentence.hex_id('latest.sell.emotionally')
# -> 8c1ea284caf05ff

Development

git clone https://github.com/OVR-Platform/over_h3sentence
cd over_h3sentence
gem install rake
rake test