LinetTheFox / Music-Akinator

:musical_note: Test challenge for selection on the Int20h hackathon.

Home Page:https://int20h-2020-test-task.herokuapp.com/#/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Music Akinator

Intro

This is a test challenge for selection on the Int20h hackathon.

Task

View

Team

4 group :

Demo

Live

View

Project setup

git clone git@github.com:BaLiKfromUA/Music-Akinator.git
cd Music-Akinator/
npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

Extra settings (IMPORTANT!)

This project uses AUDD API, so you need to set your personal token for this API.

  1. GET TOKEN
  2. SET TOKEN
  api: new AudDAPI({
                baseURL: `https://cors-anywhere.herokuapp.com/https://api.audd.io/findLyrics/`,
                token: "YOUR TOKEN"
            })

About

:musical_note: Test challenge for selection on the Int20h hackathon.

https://int20h-2020-test-task.herokuapp.com/#/


Languages

Language:Vue 78.0%Language:JavaScript 19.5%Language:HTML 2.5%