Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/45kb/musixgame
Guess who sings the song (webapp) - using musixmatch lyrics API
https://github.com/45kb/musixgame
lyrics music musixmatch musixmatch-api nodejs quiz-game quizapp react webapp
Last synced: 25 days ago
JSON representation
Guess who sings the song (webapp) - using musixmatch lyrics API
- Host: GitHub
- URL: https://github.com/45kb/musixgame
- Owner: 45kb
- License: other
- Created: 2018-02-15T22:59:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-02-27T18:05:14.000Z (over 6 years ago)
- Last Synced: 2023-08-24T19:09:36.745Z (about 1 year ago)
- Topics: lyrics, music, musixmatch, musixmatch-api, nodejs, quiz-game, quizapp, react, webapp
- Language: JavaScript
- Homepage: http://localhost:8080
- Size: 271 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Musixgame
### It's a WebApp> Guess who sings the song.
Javascript: **React**, **Webpack**, **Node.js/Express**
CSS: **Sass**
API: https://developer.musixmatch.com
![](https://i.imgur.com/NspefmM.png)
## Installation
> $ git clone https://github.com/45kb/Musixgame.git
> $ cd Musixgame
> $ npm i
## Launch server
> $ npm run server
#### server starts at http://localhost:3000
## Launch webapp
> $ npm start
#### then browse http://localhost:8080
## Game configuration
Just open and edit the main `config.json` now you can configure:
- the array of artists you want to be in the game (atm static array)
- the number of answers each quiz must have (quiz duration)
- the points you earn for each correct answer
- api url, key and ws url.