Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 659 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 659 Bytes

OwlBot React.js Frontend

Frontend application for OwlBot Dictionaty API. OwlBot is a free English dictionary HTTP API.

Steps to get started:

  1. Get API token from owlbot.info.

  2. Put token in .env.local file like this:

    REACT_APP_TOKEN="your-token-here"
  3. 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 )

  4. Install dependencies with

    npm install
    
  5. Run application

    npm start