/SpotifyAPI-test

Just a test pls ignore

Primary LanguageJavaScript

SpotifyAPI-test

Just a test pls ignore

This PoC just pulls the first result off of the Spotify API when searching a song. But you can narrow the song down by typing in the name of the artist as well. AFAIK, those are the only 2 search methods the spotify API uses.

Desktop.2023.01.19.-.02.20.47.13.mp4

Install Instructions

  1. Have nodejs installed
  2. Make a new application on Spotify Dev Dashboard
  3. Copy Client ID and Secret to lines 5-6 and 11-12 in scripts.js
  4. npm install
  5. npm start