Skip to content

evans-sudo/harmony-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Harmony App

Harmony App is a music application that leverages Spotify's API to provide users with an enhanced music experience.

Features

  • Search for songs, albums, and artists
  • Create and manage playlists
  • Discover new music based on your preferences
  • Stream music directly from Spotify

Installation

  1. Clone the repository:
    git clone https://github.com/sudo-evans/harmony-app.git
  2. Navigate to the project directory:
    cd harmony-app
  3. Install dependencies:
    go mod init

Usage

  1. Obtain your Spotify API credentials by creating an app on the Spotify Developer Dashboard.
  2. Create a .env file in the root directory and add your credentials:
    SPOTIFY_CLIENT_ID=your_client_id
    SPOTIFY_CLIENT_SECRET=your_client_secret
  3. Start the application:
    go run main.go

Contributing

Contributions are welcome! Please open an issue or submit a pull request.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages