Skip to content
/ Musixgame Public

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

License

Notifications You must be signed in to change notification settings

45kb/Musixgame

Repository files navigation

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

Launch webapp

$ npm start

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.