https://github.com/altynaya/songrandomizer
Generating a random song from my playlist with a Spotify link to it
https://github.com/altynaya/songrandomizer
css database fetch-api html javascript postgresql
Last synced: 6 months ago
JSON representation
Generating a random song from my playlist with a Spotify link to it
- Host: GitHub
- URL: https://github.com/altynaya/songrandomizer
- Owner: AltynayA
- Created: 2024-09-13T19:48:39.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-13T20:09:26.000Z (almost 2 years ago)
- Last Synced: 2025-01-22T14:45:35.961Z (over 1 year ago)
- Topics: css, database, fetch-api, html, javascript, postgresql
- Language: Go
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# songrandomizer
This website generates a random song from my personal playlist with a Spotify link to it.
1) PostgreSQL to store song names, authors, and links (imported from CSV file)
2) Fetching with JS
3) Creating frontend with respective buttons and divs that hold the data