Packages

A wrapper around the last.fm API to make fetching/parsing tracks easier. Still in early development.

Retired package: Deprecated - retired

Current section

Files

Jump to
last_fm_wrapper lib last_fm_wrapper.ex
Raw

lib/last_fm_wrapper.ex

defmodule LastFmWrapper do
defdelegate run(), to: LastFmWrapper.Runner
defdelegate run(configuration, last_time), to: LastFmWrapper.Runner
end