Skip to content

LinetCheese/Music-Akinator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected]: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

🎵 Test challenge for selection on the Int20h hackathon.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 78.0%
  • JavaScript 19.5%
  • HTML 2.5%