Predictive text Hapi API with a single GET endpoint. The single endpoint returns the t9 predictive text interpretation of a given integer number. I use a Trie class with a pre-loaded dictionary for implementation.