Harmony App is a music application that leverages Spotify's API to provide users with an enhanced music experience.
- Search for songs, albums, and artists
- Create and manage playlists
- Discover new music based on your preferences
- Stream music directly from Spotify
- Clone the repository:
git clone https://github.com/sudo-evans/harmony-app.git
- Navigate to the project directory:
cd harmony-app - Install dependencies:
go mod init
- Obtain your Spotify API credentials by creating an app on the Spotify Developer Dashboard.
- Create a
.envfile in the root directory and add your credentials:SPOTIFY_CLIENT_ID=your_client_id SPOTIFY_CLIENT_SECRET=your_client_secret
- Start the application:
go run main.go
Contributions are welcome! Please open an issue or submit a pull request.
This project is licensed under the MIT License.