https://github.com/truongd3/musicsearchengine
Music Search Engine using Spotify Web API
https://github.com/truongd3/musicsearchengine
javascript music search-engine spotify spotify-web-api
Last synced: 3 months ago
JSON representation
Music Search Engine using Spotify Web API
- Host: GitHub
- URL: https://github.com/truongd3/musicsearchengine
- Owner: truongd3
- Created: 2024-01-05T17:25:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-05T19:23:54.000Z (over 1 year ago)
- Last Synced: 2025-01-22T02:31:51.103Z (4 months ago)
- Topics: javascript, music, search-engine, spotify, spotify-web-api
- Language: JavaScript
- Homepage: https://2dtkingslayer.github.io/musicsearchengine/
- Size: 3.08 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Music Search Engine
*Using Spotify Web API*
This **Music Search Engine** is a web-based application that leverages the Spotify Web API to provide users with the ability to search for music tracks, albums, and artists. It offers a user-friendly interface to interact with the extensive Spotify music catalog, allowing users to discover, explore, and listen to their favorite music.
## Features
- **Search by Song Name**: output the top related tracks
- **Search by Artist**: output the top related artists
- **Search by Lyrics**: update soon
- **Search by Music Catalog**: update soon
- **Access Track Information**: get detailed information about specific tracks, including artists, albums, and external links to Spotify
- **Authorization**: get token access
## Technologies
- HTML, CSS, JavaScript
- jQuery: AJAX requests and DOM manipulation
- Spotify Web API: fetch and display music-related information
## Result


## Installation
- Clone/Download project
- Open IDE (Visual Studio Code)
- Right click on `index.html` and choose **Open with Live Server**