This is a test challenge for selection on the Int20h hackathon.
4 group :
git clone git@github.com:BaLiKfromUA/Music-Akinator.git
cd Music-Akinator/
npm install
npm run serve
npm run build
npm run lint
This project uses AUDD API, so you need to set your personal token for this API.
api: new AudDAPI({
baseURL: `https://cors-anywhere.herokuapp.com/https://api.audd.io/findLyrics/`,
token: "YOUR TOKEN"
})