https://github.com/andrewnjoo/sonic
Spotify Clone using Next.js 12
https://github.com/andrewnjoo/sonic
nextjs spotify-clone
Last synced: 6 months ago
JSON representation
Spotify Clone using Next.js 12
- Host: GitHub
- URL: https://github.com/andrewnjoo/sonic
- Owner: andrewnjoo
- Created: 2021-12-09T01:30:44.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-27T17:13:31.000Z (about 2 years ago)
- Last Synced: 2023-11-27T17:49:15.169Z (about 2 years ago)
- Topics: nextjs, spotify-clone
- Language: JavaScript
- Homepage: https://sonic-code-182.vercel.app/
- Size: 27.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.MD
Awesome Lists containing this project
README
Sonic
This app is a Spotify clone using Next.js, and the Spotify API. It lets you mirror music in a web browser and a compatible device.
Try App
## Technology:
- Next.js 12.0
- Next-Auth 4 Beta
- Spotify API
- Recoil
- Tailwind
- Vercel Deployment
## Instructions:
```
git clone https://github.com/adnjoo/Sonic
cd Sonic
npm install
npm run dev
```
## Setup
make sure to add an .env file with the following, to allow for login:
```bash
NEXT_PUBLIC_CLIENT_ID=...
NEXT_PUBLIC_CLIENT_SECRET=...
JWT_SECRET=...
```
where `NEXT_PUBLIC_CLIENT_ID`, and `NEXT_PUBLIC_CLIENT_SECRET` are your Spotify client ID and client secret,
and `JWT_SECRET` is your JWT secret.