Implements a simple http://last.fm API client library. The library currently doesn't support authentication, so it only implements a few queries that are useful without authentication.
lastfm package is used to communicate with the scrobbler API on Last.fm Using docs from https://www.last.fm/api/
Implements a simple http://last.fm API client library. The library currently doesn't support authentication, so it only implements a few queries that are useful without authentication.
Package lastfm provides a way to communicate with last.fm's api in go.
Client for the Last.fm API
Package lastfm provides a way to communicate with last.fm's api in go.
Implements a simple http://last.fm API client library. The library currently doesn't support authentication, so it only implements a few queries that are useful without authentication.