Skip to content

NotxNoodles/spotify-app

Repository files navigation

SpotiAnalyzer

A web application to analyze Spotify tracks, albums, playlists, and artists. Get detailed metrics about your favorite music using the Spotify Web API.

Features

  • Analyze any Spotify URL (tracks, albums, playlists, artists)
  • View detailed audio feature metrics (popularity, danceability, energy, etc.)
  • See track listings with artist information
  • Filter tracks by artist and popularity
  • Real-time data from the Spotify Web API

Setup

  1. Clone the repository

  2. Install dependencies:

    npm install
  3. Create a .env.local file in the root directory with your Spotify API credentials:

    SPOTIFY_CLIENT_ID=your_client_id_here
    SPOTIFY_CLIENT_SECRET=your_client_secret_here
    

    You can get these credentials by:

    • Going to the Spotify Developer Dashboard
    • Logging in with your Spotify account
    • Creating a new application
    • Copying the Client ID and Client Secret
  4. Start the development server:

    npm run dev
  5. Open http://localhost:3000 in your browser

How to Use

  1. Paste any Spotify URL into the input field

    • Track URL: https://open.spotify.com/track/...
    • Album URL: https://open.spotify.com/album/...
    • Playlist URL: https://open.spotify.com/playlist/...
    • Artist URL: https://open.spotify.com/artist/...
  2. Click "Analyze" to get detailed information

  3. View the analysis results:

    • Overall metrics (popularity, danceability, energy, acousticness, tempo)
    • Track listings with additional information
    • Filter tracks by artist or popularity

Technology

  • Next.js
  • React
  • Spotify Web API
  • CSS

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors