{"id":13509487,"url":"https://github.com/jrichocean/Elixirfm","last_synced_at":"2025-03-30T13:32:18.335Z","repository":{"id":56841843,"uuid":"69710120","full_name":"jrichocean/Elixirfm","owner":"jrichocean","description":"Lastfm API wrapper for Elixir","archived":false,"fork":false,"pushed_at":"2020-11-05T07:53:50.000Z","size":126,"stargazers_count":9,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"root","last_synced_at":"2025-03-15T22:46:36.859Z","etag":null,"topics":["elixir","hex","lastfm","lastfm-api"],"latest_commit_sha":null,"homepage":null,"language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jrichocean.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-10-01T00:04:55.000Z","updated_at":"2023-09-01T12:11:13.000Z","dependencies_parsed_at":"2022-08-29T07:42:06.647Z","dependency_job_id":null,"html_url":"https://github.com/jrichocean/Elixirfm","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrichocean%2FElixirfm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrichocean%2FElixirfm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrichocean%2FElixirfm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrichocean%2FElixirfm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jrichocean","download_url":"https://codeload.github.com/jrichocean/Elixirfm/tar.gz/refs/heads/root","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246324052,"owners_count":20759068,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["elixir","hex","lastfm","lastfm-api"],"created_at":"2024-08-01T02:01:08.494Z","updated_at":"2025-03-30T13:32:17.877Z","avatar_url":"https://github.com/jrichocean.png","language":"Elixir","funding_links":[],"categories":["Third Party APIs"],"sub_categories":[],"readme":"# Elixirfm\n\nLast.fm API wrapper for Elixir. [(Documentation)](https://hexdocs.pm/elixirfm/)\n\n\n### Installation\n\nThe package can be installed by:\n\n1. Add `elixirfm` to your list of dependencies in `mix.exs`:\n\n  ```elixir\n  def deps do\n    [{:elixirfm, \"~\u003e 1.0.0\"}]\n  end\n  ```\n\n2. Ensure `elixirfm` is started in your application:\n\n  ```elixir\n  def application do\n    [\n      applications: [\n        :elixirfm\n      ]\n    ]\n  end\n  ```\n\n3. Configure API key for LastFm's API by setting Application var in your config\n\n  ```elixir\n  config :elixirfm,\n     api_key: \"\u003cyour API key\u003e\"\n     secret_key: \"\u003cyour SECRET key\u003e\"\n  ```\n\n  or by setting system env var with\n\n  ```bash\n  $ export LASTFM_SECRET_KEY=\"\u003cyour SECRET key\u003e\" LASTFM_API_KEY=\"\u003cyour API key\u003e\"\n  ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjrichocean%2FElixirfm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjrichocean%2FElixirfm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjrichocean%2FElixirfm/lists"}