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 test last_fm_wrapper_test.exs
Raw

test/last_fm_wrapper_test.exs

defmodule LastFmWrapperTest do
use ExUnit.Case
doctest LastFmWrapper
test "greets the world" do
assert LastFmWrapper.hello() == :world
end
end