implemented assignment 3, utilizing Spotify API to retrieve albums. currently, album id is hard-coded, need to figure out oauth to get user's top albums.

This commit is contained in:
Joshua Ashton
2025-01-30 16:30:06 -07:00
parent 4e2825aa0e
commit a6a6831f39
6 changed files with 608 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
{
"require": {
"vlucas/phpdotenv": "^5.6"
}
}