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
- Host: GitHub
- URL: https://github.com/iswilljr/spotify-clone
- Owner: iswilljr
- License: mit
- Created: 2022-08-13T18:48:24.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-11T23:00:28.000Z (about 2 years ago)
- Last Synced: 2024-05-12T00:18:25.497Z (about 2 years ago)
- Topics: clone, spotify, spotify-api, spotify-authentication
- Language: TypeScript
- Homepage: https://spotify.iswilljr.vercel.app
- Size: 973 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)