Frontend application for OwlBot Dictionaty API. OwlBot is a free English dictionary HTTP API.
Steps to get started:
-
Get API token from owlbot.info.
-
Put token in
.env.local
file like this:REACT_APP_TOKEN="your-token-here"
-
Visit https://cors-anywhere.herokuapp.com/ and click on
Request temporary access to the demo server
.
(This is a temporary workaround to CORS security mechanism ) -
Install dependencies with
npm install
-
Run application
npm start