Skip to content

Basic tool to use to find playlists on spotify by genre

Notifications You must be signed in to change notification settings

cma0232/spotify-playlist-finder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting an spotify credentials

Use the link below to generate credentials for the spotify api and set the AUTH_TOKEN variable in the lib/api.js file

https://developer.spotify.com/console/get-browse-categories/

`

const AUTH_TOKEN = '**************************JDFSIJ-RA';

const BASE_URL = 'https://api.spotify.com/v1';

`

About

Basic tool to use to find playlists on spotify by genre

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 65.7%
  • CSS 18.7%
  • HTML 15.6%