/wisembly-movie-quiz

Primary LanguageJavaScriptMIT LicenseMIT

da movie quiz

requirements

commands

building dependencies

yarn install

launching for test

yarn start

application will be accessible at http://localhost:3000/

configuration

you can configure the game time by

  1. copying the .quizrc-example to .quizrc
  2. changing the GAME_DURATION_IN_SECOND value
  3. relaunching the app with a yarn start

refresh movies data

you can refresh the movies data by

  1. following the step above
  2. providing a valid The Move Database API_KEY in the .quizrc
  3. running the command yarn get-api-data