repositorypackage
0.0.0-20240521232107-db35cbee6c73
Repository: https://github.com/jeanpigi/go-player.git
Documentation: pkg.go.dev
# README
Go-Player
Go-Player is a music player that allows users to listen to MP3 songs, enabling them to play music at any time and from any device.
Key Features
- Play MP3 songs at any time and from any device.
- Play music using the IAMPlayer program or any other that receives an IP address.
Prerequisites
- Have the music and the "music" folder in the program directory.
Installation
To use this go Player, you need to have Go installed on your computer. If you don't have Go installed, you can download it from the official Go website.
-
Clone this repository:
git clone [email protected]:Jeanpigi/go-player.git
-
Go to the project directory:
cd go-player
Usage
Running Directly
To run the program directly without compiling, use the following command in the terminal:
go run main.go
Compiling
To run the program directly compiling, use the following command in the terminal:
go build main.go
Then use the following command in the terminal:
./main
Contribución
If you wish to contribute to this project and help it grow, follow these steps:
- Fork this repository.
- Create a new branch with a descriptive name: `git checkout -b branch_name``.
- Make the necessary modifications and commit your changes.
- Push your changes to the remote repository: `git push origin branch_name``.
- Open a pull request to review your changes and merge them into the main branch.
Authors
- Jean Pierre Giovanni Arenas Ortiz
Licencia
This project was created under the MIT License.