/spotified

a web-based application that uses Nextjs and the Spotify API to visualize users top tracks/playlists and other analysis.

Primary LanguageJavaScriptMIT LicenseMIT

Getting Started

  1. Fork the repository to your account
  2. Clone the repository to your local machine
git clone https://github.com/YOUR-USERNAME/YOUR-REPOSITORY
  1. Install the dependencies for the development server:
npm install
  1. Create a .env file ==> Check Out spotify dev docs for details on how to get the keys
SPOTIFY_CLIENT_ID = "your spotify client id"
SPOTIFY_CLIENT_SECRET = "your spotify client secret"
  1. Run the development server command:
npm run dev