A basic English Merriam-Webster dictionary app (iOS only)
To install the app:
-
Rename
api.key.template.js
toapi.key.js
. -
Enter your api key into the APIKEY variable within the api.key.js file. (You can obtain an api key here: https://www.dictionaryapi.com/)
-
Use
yarn
and install the necessary dependencies. -
Build and run/debug with xCode.