Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.