D

digging-service

f7c1e6ff Modify README.md · by blue


인기 없는 가수 노래 추천 웹사이트

Digging Website

Logo

About The Project

Logo
차트 위 가수가 아닌 인기 없는 가수의 음악을 추천해주는 웹사이트입니다.
  • spotify API를 이용해 정확한 음악과 아티스트 데이터를 불러옵니다.
  • 원하는 장르를 선택하면 이를 기반으로 음악과 아티스트를 추천합니다.

(back to top)

Installation

  1. Get a Developer API Key at https://developer.spotify.com
  2. Clone the repo git clone http://khuhub.khu.ac.kr/2017110270/digging-service.git
  3. Install NPM packages npm install
  4. Enter your API in api.js
  var spotifyApi = new SpotifyWebApi({
    clientId: "your id",
    clientSecret: "your secret",
    redirectUri: "redirectUri"
  });

(back to top)

Usage

  • 락,일렉,힙합,어쿠스틱,재즈,팝 총 6가지의 장르 중 하나를 선택합니다.
  • 장르 선택을 기반으로 아티스트를 추천받습니다.

Logo
  • 추천받은 아티스트의 노래를 재생해볼 수 있습니다.

Logo

License

MIT License

(back to top)

Contact

김유민 - heyday2036@khu.ac.kr

(back to top)