abimanyudrmwn / spotify-recenttrack-tracker

Home Page:https://spotify-recenttrack-tracker.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spotify Recent Played Tracker App

This is a simple web application that tracks your recently played songs on Spotify using Vue.js framework and Last.fm API.

Features

  • Displays the user's recently played tracks on Spotify.
  • Displays additional information about the track including the album cover, artist name, and track name.

Technologies Used

  • Vue.js
  • Last.fm API
  • Spotify Web API

Setup

To run this application locally:

  1. Clone this repository

  2. Install dependencies:

    npm install

  3. Create a .env file in the root directory of the project and add your Spotify client ID and Last.fm API key: VUE_APP_LASTFM_API_KEY=YOURAPIKEY VUE_APP_LASTFM_USERNAME=USERNAME

  4. Start the development server:

    npm run serve

About

https://spotify-recenttrack-tracker.vercel.app


Languages

Language:Vue 73.4%Language:JavaScript 14.8%Language:HTML 10.2%Language:CSS 1.6%