jakemclelland/frequenSee

dictionary service

Opened this issue · 0 comments

Save a configurable dictionary source such as http://www.nayiri.com/search?l=en&dt=HY_EN&query={word} as the dictionary source.

load the definitions in the background and present them on hover

or maybe google translate
https://translate.google.com/#hy/en/{word}
(look for span id="result_box")

in order to make this accommodate configurable future languages, we need an interface that includes the specified language in the url routing, a method to send the request, and a method to parse the results. This language should be modularized, and configurable so that the next language can simply be configured from the front end without any code changes if possible.