Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 703 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 703 Bytes

Spotify Clone

This project consists in a web application that uses the Spotify API to control an active device and play some music.

Preview

image

Features

  • Login with Spotify
  • List of Playlist
  • Play/Pause
  • Change Volume

How to use

  • Create an test API on Spotify Developers and log into the dashboard page
  • Use the env-example to set the .env files. The get the needed information on the api dashboard
  • Run yarn to install the dependencies and yarn dev to run locally