Skip to content

Commit

Permalink
use official spotify api
Browse files Browse the repository at this point in the history
  • Loading branch information
cubedhuang committed Sep 11, 2023
1 parent d78af37 commit 176ee6e
Show file tree
Hide file tree
Showing 5 changed files with 831 additions and 215 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ node_modules
!.env.example
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
.wrangler
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,14 @@
},
"type": "module",
"dependencies": {
"sk-lanyard": "^0.2.7",
"spotify-web-api-node": "^5.0.2"
"@spotify/web-api-ts-sdk": "^1.1.2",
"sk-lanyard": "^0.2.7"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20230904.0",
"@sveltejs/adapter-auto": "^2.1.0",
"@sveltejs/adapter-cloudflare": "^2.3.3",
"@sveltejs/kit": "^1.24.1",
"@types/spotify-web-api-node": "^5.0.7",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"autoprefixer": "^10.4.15",
Expand All @@ -39,6 +38,7 @@
"tailwindcss": "^3.3.3",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^4.4.9"
"vite": "^4.4.9",
"wrangler": "^3.7.0"
}
}
Loading

0 comments on commit 176ee6e

Please sign in to comment.