Skip to content

Commit

Permalink
Add Spotify API client (#41)
Browse files Browse the repository at this point in the history
* add spotify client

* Add newline

* Add newline

---------

Co-authored-by: Maximilian <Bluuax@users.noreply.github.com>
  • Loading branch information
msonnberger and Bluuax authored Jan 30, 2023
1 parent c718635 commit 3ae2ff9
Show file tree
Hide file tree
Showing 5 changed files with 3,756 additions and 19 deletions.
2 changes: 2 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ node_modules
pnpm-lock.yaml
package-lock.json
yarn.lock

/src/lib/api/spotify.ts
3 changes: 2 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ pnpm-lock.yaml
package-lock.json
yarn.lock

/tests/storage-state.json
/tests/storage-state.json
/src/lib/api/spotify.ts
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"eslint-config-prettier": "8.6.0",
"eslint-plugin-svelte3": "4.0.0",
"jsdom": "21.1.0",
"openapi-types": "12.1.0",
"postcss": "8.4.21",
"prettier": "2.8.3",
"prettier-plugin-svelte": "2.9.0",
Expand All @@ -48,6 +49,7 @@
"dependencies": {
"@supabase/auth-helpers-sveltekit": "0.8.7",
"@supabase/supabase-js": "2.5.0",
"oazapfts": "4.5.2",
"svelte-french-toast": "1.0.3"
}
}
Loading

0 comments on commit 3ae2ff9

Please sign in to comment.