andrewmh20 / getarhyme

Website to get a rhyme for a given word.
1 stars 1 forks source link

Cache rhymes #3

Open andrewmh20 opened 4 years ago

andrewmh20 commented 4 years ago

When we get the list of rhymes for a word, save that and use the local version for updating the rhyme as long as the input word hasn't changed.

Possible issues with this: As the API generates words on demand it's possible we get different rhymes across different requests and this would prevent that, providing less options.