Write a spell-checker app using the Montana Flynn Spellcheck API hosted on Mashape.com. (You need a Mashape API key to use this API. I signed up with my github account.) Your app may be arbitrarily complex, but a simple one might comprise: a text area to enter text, a "check spelling" button and a place to show the suggestion from the api.
If you don't have Elm installed, use the awesome Ellie editor online.
Depending on your familiarity with Elm, you might like some guidance. This is what I did: