https://github.com/hellofaizan/spotify
https://github.com/hellofaizan/spotify
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hellofaizan/spotify
- Owner: hellofaizan
- Created: 2025-01-13T09:23:22.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-13T15:24:03.000Z (over 1 year ago)
- Last Synced: 2025-10-14T02:16:05.915Z (8 months ago)
- Language: TypeScript
- Homepage: https://spotify-songpreview.vercel.app/
- Size: 77.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spotify Preview
Paste the spotify song link and see its data | Developed by Mohammad Faizan
First, install dependencies
```bash
npm install
# or
yarn
```
Then, Run in local dev
```bash
npm run dev
# or
yarn dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.