jarednpress / team2kewl4skewl

3308-015 Team 2
0 stars 1 forks source link

Spotify token function #24

Open Evan-jpg-pdf opened 1 year ago

Evan-jpg-pdf commented 1 year ago

Build a function to retrieve a token to enable Spotify API

Acceptance Criteria: the function should return a Spotify token

cisconueva commented 1 year ago

Currently the an axios call is being made within the /playlist endpoint to retrieve the token.

In the future, an Spotify API call will have to be made to see if the token is properly called. A separate function/object may have to be called altogether, otherwise.