Skip to content

ajawad06/Spotify-Explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎵 Spotify Explorer

A TypeScript based CLI tool to search Spotify and display the top tracks for any keyword.

🚀 Features

  • Search for songs, artists, or albums on Spotify.
  • Fetches the top tracks for your keyword.
  • Displays track name, artist(s), album, and a Spotify link.
  • Lightweight and easy to use directly from the terminal.

🛠️ Tech Stack

  • Typescript
  • Node.js
  • Spotify Web API

⚙️ Installation

  1. Clone the repository:
git clone https://github.com/ajawad06/dictionary-cli.git
cd dictionary-cli
  1. Install dependencies
npm install
  1. Create .env file with your Spotify developer credentials
SPOTIFY_CLIENT_ID=your_client_id
SPOTIFY_CLIENT_SECRET=your_client_secret

🎮 Usage

npm start <keyword>
e.g. npm start lofi

About

Typescript based tool to search Spotify and display top tracks for any keyword.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors