Packages
last_fm_wrapper
0.1.0-alpha
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
Current section
Files
last_fm_wrapper
README.md
README.md
# LastFmWrapper
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `last_fm_wrapper` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:last_fm_wrapper, "~> 0.1.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/last_fm_wrapper](https://hexdocs.pm/last_fm_wrapper).