Logo

0x5a.live

for different kinds of informations and explorations.

GitHub - jrichocean/Elixirfm: Lastfm API wrapper for Elixir

Lastfm API wrapper for Elixir. Contribute to jrichocean/Elixirfm development by creating an account on GitHub.

Visit SiteGitHub - jrichocean/Elixirfm: Lastfm API wrapper for Elixir

GitHub - jrichocean/Elixirfm: Lastfm API wrapper for Elixir

Lastfm API wrapper for Elixir. Contribute to jrichocean/Elixirfm development by creating an account on GitHub.

Powered by 0x5a.live ๐Ÿ’—

Elixirfm

Last.fm API wrapper for Elixir. (Documentation)

Installation

The package can be installed by:

  1. Add elixirfm to your list of dependencies in mix.exs:
def deps do
  [{:elixirfm, "~> 1.0.0"}]
end
  1. Ensure elixirfm is started in your application:
def application do
  [
    applications: [
      :elixirfm
    ]
  ]
end
  1. Configure API key for LastFm's API by setting Application var in your config
config :elixirfm,
   api_key: "<your API key>"
   secret_key: "<your SECRET key>"

or by setting system env var with

$ export LASTFM_SECRET_KEY="<your SECRET key>" LASTFM_API_KEY="<your API key>"

Elixir Resources

are all listed below.

Resources

listed to get explored on!!

Made with โค๏ธ

to provide different kinds of informations and resources.