An open API service indexing awesome lists of open source software.

https://github.com/iswilljr/spotify-clone

A basic spotify clone using spotify authentication and the spotify api
https://github.com/iswilljr/spotify-clone

clone spotify spotify-api spotify-authentication

Last synced: 3 months ago
JSON representation

A basic spotify clone using spotify authentication and the spotify api

Awesome Lists containing this project

README

          

# Basic Spotify Clone

A basic spotify clone that uses Spotify Authentication and Spotify API

## Introduction

A frontend clone project of the Spotify web player. Consumes data from the Spotify API and tries to mimic the UI and frontend behaviors of the official Spotify web player as much as possible.

## Installation

```bash
git clone https://github.com/iswilljr/spotify-clone.git
cd spotify-clone
pnpm i
```

### Env Variables

`NEXT_PUBLIC_SPOTIFY_CLIENT_ID` and `NEXT_PUBLIC_SPOTIFY_CLIENT_SECRET` are required to use spotify authentication and api.

You can get the client id and client secret on

## License

This project is [MIT licensed](./LICENSE)