{"id":30141765,"url":"https://github.com/adolfosilva/soundcloud","last_synced_at":"2026-06-19T06:32:56.005Z","repository":{"id":57550620,"uuid":"117740856","full_name":"adolfosilva/soundcloud","owner":"adolfosilva","description":"Soundcloud API client for Elixir","archived":false,"fork":false,"pushed_at":"2018-02-09T11:12:09.000Z","size":29,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-11T05:35:00.223Z","etag":null,"topics":["api-client","api-wrapper","elixir","soundcloud"],"latest_commit_sha":null,"homepage":"","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/adolfosilva.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-01-16T20:56:35.000Z","updated_at":"2020-11-26T14:06:10.000Z","dependencies_parsed_at":"2022-09-04T09:22:58.169Z","dependency_job_id":null,"html_url":"https://github.com/adolfosilva/soundcloud","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/adolfosilva/soundcloud","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adolfosilva%2Fsoundcloud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adolfosilva%2Fsoundcloud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adolfosilva%2Fsoundcloud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adolfosilva%2Fsoundcloud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adolfosilva","download_url":"https://codeload.github.com/adolfosilva/soundcloud/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adolfosilva%2Fsoundcloud/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34520431,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-19T02:00:06.005Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["api-client","api-wrapper","elixir","soundcloud"],"created_at":"2025-08-11T05:17:45.797Z","updated_at":"2026-06-19T06:32:55.981Z","avatar_url":"https://github.com/adolfosilva.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Soundcloud [![Build Status](https://travis-ci.org/adolfosilva/soundcloud.svg?branch=master)](https://travis-ci.org/adolfosilva/soundcloud) [![Hex Package](http://img.shields.io/hexpm/v/soundcloud.svg?style=flat)](https://hex.pm/packages/soundcloud) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)\n\nA Soundcloud API wrapper written in Elixir.\n\n## Usage\n\n```elixir\niex\u003e {:ok, client} = Soundcloud.client(client_id: \"foobartar\", access_token: \"72-27has7d2-7afajf92\")\niex\u003e r = Soundcloud.Client.get(client, \"/me/tracks\", limit: 1)\niex\u003e length(r)\n1\niex\u003e List.first(r).title\n\"Be my Love\"\n```\n\n## Installation\n\nAdd `soundcloud` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:soundcloud, \"~\u003e 0.1.0\"}\n  ]\nend\n```\n\nThen configure your `config/dev.exs` (or whatever mix env you want to use), like this:\n\n```elixir\nconfig :soundcloud, :auth,\n    client_id: System.get_env(\"SOUNDCLOUD_CLIENT_ID\"),\n    access_token: System.get_env(\"SOUNDCLOUD_ACCESS_TOKEN\")\n```\n\nAnd don't forget to set the environment variables in your shell.\n\n## Documentation\n\nYou can find the documentation at https://hexdocs.pm/soundcloud/\n\n## License\n\nThis software is licensed under the MIT license. See [LICENSE](LICENSE) for details.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadolfosilva%2Fsoundcloud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadolfosilva%2Fsoundcloud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadolfosilva%2Fsoundcloud/lists"}