Check it out live

Spin it up locally:

  1. Clone and Install

    git clone $url && cd adt-code-challenge
    npm i
  2. Create Environment File

    touch .env
    echo "API_KEY='put api key here'" >> .env
  3. Start Server

    npm start

    Visit http://localhost:1234 to see it in action!