Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/op/go-libspotify
Language bindings for libspotify in Go (Golang)
https://github.com/op/go-libspotify
Last synced: about 2 months ago
JSON representation
Language bindings for libspotify in Go (Golang)
- Host: GitHub
- URL: https://github.com/op/go-libspotify
- Owner: op
- License: apache-2.0
- Created: 2013-09-30T00:15:44.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-15T17:43:00.000Z (over 9 years ago)
- Last Synced: 2024-10-14T10:56:30.180Z (2 months ago)
- Language: Go
- Size: 468 KB
- Stars: 64
- Watchers: 7
- Forks: 13
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Golang libspotify bindings
Package spotify adds language bindings for libspotify in Go. The libspotify C
API package allows third-party developers to write applications that utilize
the Spotify music streaming service.This is a work in progress. Expect this API to change. Patches are welcome.
## Installing
### Using *go get*
$ go get github.com/op/go-libspotify/spotify
After this command *spotify* is ready to use. Its source will be in:
$GOPATH/src/pkg/github.com/op/go-libspotify/spotify
You can use `go get -u -a` to update all installed packages.
## Documentation
For docs, see http://godoc.org/github.com/op/go-libspotify/spotify or run:
$ go doc github.com/op/go-libspotify/spotify