View Source LastfmArchive.Livebook (lastfm_archive v0.10.4)
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
Functions
Display user name and total number of scrobbles to archive.
@spec monthly_playcounts_heatmap(module()) :: VegaLite.t()
Monthly playcounts of scrobbles archived so far - VegaLite heatmap.
@spec status( module(), keyword() ) :: [monthy_count()]
Returns a list of monthly playcounts of scrobbles archived so far.
@spec yearly_playcounts_table(module()) :: Kino.JS.Live.t()
Yearly playcounts of scrobbles archived so far - Kino data table.