Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hiswe/wisembly-movie-quiz


https://github.com/hiswe/wisembly-movie-quiz

Last synced: 30 days ago
JSON representation

Awesome Lists containing this project

README

        

# da movie quiz

- [requirements](#requirements)
- [commands](#commands)
- [building dependencies](#building-dependencies)
- [launching for test](#launching-for-test)
- [configuration](#configuration)
- [refresh movies data](#refresh-movies-data)

## requirements

- [node](http://nodejs.org/download/) >= 10.15.1
- [yarn](https://yarnpkg.com/lang/en/) >= 1.13.0

## commands

### building dependencies

```sh
yarn install
```

### launching for test

```sh
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](https://developers.themoviedb.org/3/getting-started/introduction) `API_KEY` in the `.quizrc`
3. running the command `yarn get-api-data`