Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hiswe/wisembly-movie-quiz
https://github.com/hiswe/wisembly-movie-quiz
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hiswe/wisembly-movie-quiz
- Owner: Hiswe
- License: mit
- Created: 2019-02-26T17:16:53.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-10T22:22:31.000Z (over 3 years ago)
- Last Synced: 2024-04-13T12:13:57.894Z (9 months ago)
- Language: JavaScript
- Size: 2.95 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`