Skip to content

AmeliMeow/OwlBotAPI-React-Frontend

Repository files navigation

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
    

About

Frontend application written for OwlBot API using React

Topics

Resources

Stars

Watchers

Forks