Musixgame icon indicating copy to clipboard operation
Musixgame copied to clipboard

Guess who sings the song (webapp) - using musixmatch lyrics API

Musixgame

It's a WebApp

Guess who sings the song.

Javascript: React, Webpack, Node.js/Express

CSS: Sass

API: https://developer.musixmatch.com

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.