https://github.com/sas2k/songtrack
A music player that plays my favorite songs.
https://github.com/sas2k/songtrack
flask music music-player music-playlist vercel
Last synced: about 2 months ago
JSON representation
A music player that plays my favorite songs.
- Host: GitHub
- URL: https://github.com/sas2k/songtrack
- Owner: Sas2k
- License: mit
- Created: 2022-12-23T13:35:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-03T15:10:42.000Z (over 3 years ago)
- Last Synced: 2025-06-12T19:10:01.698Z (about 1 year ago)
- Topics: flask, music, music-player, music-playlist, vercel
- Language: HTML
- Homepage: https://songtrack.vercel.app
- Size: 66.6 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SongTrack 💽
[]()
[](https://github.com/Sas2k/SongTrack/issues)
[](https://github.com/Sas2k/SongTrack/pulls)
[](/LICENSE)
[](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fsas2k%2Fsongtrack%2)
---
🎶 A music player that plays my favorite songs 🎶
## 📝 Table of Contents
- [📝 Table of Contents](#-table-of-contents)
- [🧐 About ](#-about-)
- [🎈 Usage ](#-usage-)
- [🚀 Deployment ](#-deployment-)
- [⛏️ Built Using ](#️-built-using-)
- [✍️ Authors ](#️-authors-)
This is my attempt at creating a music player. The home page will load a random song from the list. The user can then choose to play the song or go to the next or previous song. The user can also choose to play a specific song from the list.
The user can play a song by clicking on the play button. The user can go to the next song by clicking on the button with the right arrow. The user can go to the previous song by clicking on the button with the left arrow.
for playing specific songs. you can either click on the "Song Link" text go to the current one, Or go to `/songs/` to go to a specific song.
also the .mp3 are formatted this way
`--.mp3`
and the `.png` are formatted this way
you can click the deploy-to-vercel button on the README or
do the one of the below commands in your Terminal. (after installing of course.)
```bash
npm install -g vercel
```
```bash
vercel -prod
#or
vercel
```
- [Flask](https://flask.palletsprojects.com/en/) - Server Framework
- [Vercel](https://vercel.com/) - Deployment
- [Python](https://www.python.org/) - Programming Language
- [Bulma](https://bulma.io/) - CSS Framework
- [@Sas2k](https://github.com/Sas2k) - Idea & Initial work
See also the list of [contributors](https://github.com/Sas2k/SongTrack) who participated in this project.