How to use?

First reference this script, using this line.

<script src="https://isthisaword.bloggernepal.com/words.js"></script>

file size: 4.6 MB


Then call isThisAWord(word), to check

     let response = isThisAWord("Time");
     if(response){
         //is word
     } else {
         //is not a word
     }



Data from Github dwyl/english-words
This Repo: Github BloggerNepal/is-this-a-word