Build a Dictionary App with the WordsAPI (JavaScript)

There are many easy ways to look up words these days. However, what can separate a normal app from a great dictionary app can depend on the completeness of the information it provides. A great example of a dictionary API that provides some of the uncommon information, as well as all the basic word information, is the WordsAPI. We will use the API as a one-off word search, but it could also be used as an embedded tool inside another word processing application.