An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

SongTrack 💽

[![Status](https://img.shields.io/badge/status-active-success.svg)]()
[![GitHub Issues](https://img.shields.io/github/issues/Sas2k/SongTrack.svg)](https://github.com/Sas2k/SongTrack/issues)
[![GitHub Pull Requests](https://img.shields.io/github/issues-pr/Sas2k/SongTrack.svg)](https://github.com/Sas2k/SongTrack/pulls)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](/LICENSE)
[![Deploy with Vercel](https://vercel.com/button)](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-)

## 🧐 About

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.

## 🎈 Usage

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

`-.png`

## 🚀 Deployment

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
```

## ⛏️ Built Using

- [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

## ✍️ Authors

- [@Sas2k](https://github.com/Sas2k) - Idea & Initial work

See also the list of [contributors](https://github.com/Sas2k/SongTrack) who participated in this project.