WordWiseProject / WordWise

MIT License
1 stars 0 forks source link

Implement caching called word from WORD API. #11

Closed ReggieReo closed 11 months ago

ReggieReo commented 11 months ago

Whenever we make an API call to fetch a word and its definition, we immediately store it in the database. Our concern is that some individuals with malicious intentions may attempt to repeatedly fetch non-existent words, thereby using up our API quota.

ReggieReo commented 11 months ago

Done