/spotigopher

A Spotify API / Client using the dbus to get information and control spotify

Primary LanguageGoGNU General Public License v3.0GPL-3.0

Spotigopher

===

Overview

Spotigopher is a Spotify API written based on the dbus. It is right now tested on Linux.

Usage

import "github.com/sticreations/spotigopher/spotigopher"
client := spotigopher.NewClient()
// Get Information
information, err := client.GetInfo()
// PlayPause
client.PlayPause()