View Source LastfmArchive.Livebook (lastfm_archive v1.1.0)

Livebook chart and text rendering.

Summary

Functions

Display user name and total number of scrobbles to archive.

Monthly playcounts of scrobbles archived so far - VegaLite heatmap.

Returns a list of monthly playcounts of scrobbles archived so far.

Yearly playcounts of scrobbles archived so far - Kino data table.

Types

@type monthy_count() :: %{count: integer(), date: String.t()}

Functions

Link to this function

info(user \\ LastfmClient.default_user())

View Source

Display user name and total number of scrobbles to archive.

Link to this function

monthly_playcounts_heatmap(cache \\ LastfmArchive.Cache.Server)

View Source
@spec monthly_playcounts_heatmap(module()) :: VegaLite.t()

Monthly playcounts of scrobbles archived so far - VegaLite heatmap.

Link to this function

status(cache \\ LastfmArchive.Cache.Server, options \\ [])

View Source
@spec status(
  module(),
  keyword()
) :: [monthy_count()]

Returns a list of monthly playcounts of scrobbles archived so far.

Link to this function

yearly_playcounts_table(cache \\ LastfmArchive.Cache.Server)

View Source
@spec yearly_playcounts_table(module()) :: Kino.JS.Live.t()

Yearly playcounts of scrobbles archived so far - Kino data table.