{"id":20535448,"url":"https://github.com/factor18/pexels","last_synced_at":"2025-04-14T07:07:56.000Z","repository":{"id":143664173,"uuid":"365707880","full_name":"factor18/pexels","owner":"factor18","description":"Elixir client for Pexels API","archived":false,"fork":false,"pushed_at":"2021-05-12T15:09:21.000Z","size":37,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-14T07:07:49.598Z","etag":null,"topics":["client","elixir","elixir-client","pexels","pexels-api"],"latest_commit_sha":null,"homepage":"https://hexdocs.pm/pexels","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/factor18.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-05-09T08:50:44.000Z","updated_at":"2022-10-07T11:21:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"cabb78a5-e8e7-4024-bfe9-5b39e376948d","html_url":"https://github.com/factor18/pexels","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/factor18%2Fpexels","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/factor18%2Fpexels/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/factor18%2Fpexels/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/factor18%2Fpexels/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/factor18","download_url":"https://codeload.github.com/factor18/pexels/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248837280,"owners_count":21169374,"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":["client","elixir","elixir-client","pexels","pexels-api"],"created_at":"2024-11-16T00:31:22.139Z","updated_at":"2025-04-14T07:07:55.991Z","avatar_url":"https://github.com/factor18.png","language":"Elixir","readme":"# Pexels\n[![CI Status](https://github.com/factor18/pexels/actions/workflows/elixir.yml/badge.svg)](https://github.com/factor18/pexels/actions)\n[![Coverage Status](https://coveralls.io/repos/github/factor18/pexels/badge.svg?branch=main)](https://coveralls.io/github/factor18/pexels?branch=main)\n[![Hex Version](https://img.shields.io/hexpm/v/pexels)](https://hex.pm/packages/pexels)\n\nElixir client for [Pexels](https://www.pexels.com)\n\n## Installation\n\nThe package can be installed by adding `pexels` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    ...\n    {:pexels, \"~\u003e 0.1.0\"}\n  ]\nend\n```\n\n## Usage\n\nRetrieve your access token from [https://www.pexels.com/api/](https://www.pexels.com/api/)\n\nProvide the access token in your application configuration\n\n```elixir\nconfig :pexels,\n  token: \"\u003cTOKEN\u003e\"\n```\n\nOr it can be provided in the runtime like:\n\n```elixir\n  iex\u003e client = Pexels.client(\"\u003cTOKEN\u003e\")\n  iex\u003e {:ok, %{liked: _liked, photo: photo}} = Pexels.photo(client, %{id: 156934})\n  iex\u003e photo.url\n  \"https://www.pexels.com/photo/white-and-black-cat-156934/\"\n```\n\nDocs can be found at [https://hexdocs.pm/pexels](https://hexdocs.pm/pexels).\n\n## License\n\nMIT\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffactor18%2Fpexels","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffactor18%2Fpexels","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffactor18%2Fpexels/lists"}