https://github.com/elliott44k/spotify-hidden-info
https://github.com/elliott44k/spotify-hidden-info
go golang redis skeleton-ui spotify svelte sveltejs vercel
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/elliott44k/spotify-hidden-info
- Owner: elliott44k
- Created: 2023-10-07T06:36:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-03T04:50:24.000Z (over 1 year ago)
- Last Synced: 2025-03-03T05:28:23.434Z (over 1 year ago)
- Topics: go, golang, redis, skeleton-ui, spotify, svelte, sveltejs, vercel
- Language: Svelte
- Homepage: https://spotify-hidden-info.vercel.app
- Size: 600 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spotify Hidden Info
*Nov 2024*
*Unbeknownst to me, Spotify deprecated most of the API endpoints used in this project. While basic song search still works, most other functions will return an error 403 from spotify and my little application does not have a loading timeout or error handling for a Spotify 403 built in.*
This is a simple app that uses the Spotify API to get Spotify's song analysis as well as generate song recommendations based on user input. It uses the [Spotify](https://developer.spotify.com/) REST API and iFrame Embed.
Play with the app here (https://spotify-hidden-info.vercel.app/)
## Built with
Svelte - Frontend framework
Svelte Kit - Used for deploying to Vercel
Go - Backend server technology deployed via Vercel Serverless Functions
Vercel - Hosting and deployment
Redis - Holds Spotify API tokens
Spotify API