{"id":21966404,"url":"https://github.com/dreamingechoes/giphy_ex","last_synced_at":"2026-03-14T11:10:42.382Z","repository":{"id":62429811,"uuid":"76255668","full_name":"dreamingechoes/giphy_ex","owner":"dreamingechoes","description":"Elixir wrapper to consume Giphy's API.","archived":false,"fork":false,"pushed_at":"2017-05-12T11:10:28.000Z","size":19,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-24T05:08:47.855Z","etag":null,"topics":["elixir","giphy","giphy-api","package"],"latest_commit_sha":null,"homepage":"https://hex.pm/packages/giphy_ex","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dreamingechoes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-12-12T12:45:02.000Z","updated_at":"2020-01-14T03:20:01.000Z","dependencies_parsed_at":"2022-11-01T20:05:45.274Z","dependency_job_id":null,"html_url":"https://github.com/dreamingechoes/giphy_ex","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dreamingechoes%2Fgiphy_ex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dreamingechoes%2Fgiphy_ex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dreamingechoes%2Fgiphy_ex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dreamingechoes%2Fgiphy_ex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dreamingechoes","download_url":"https://codeload.github.com/dreamingechoes/giphy_ex/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250566509,"owners_count":21451232,"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","giphy","giphy-api","package"],"created_at":"2024-11-29T13:15:55.818Z","updated_at":"2026-03-14T11:10:37.341Z","avatar_url":"https://github.com/dreamingechoes.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GiphyEx\n\n[![Docs](https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat)](http://hexdocs.pm/giphy_ex/0.1.0/)\n[![Build Status](https://circleci.com/gh/dreamingechoes/giphy_ex.svg?style=shield)](https://circleci.com/gh/dreamingechoes/giphy_ex)\n[![Hex.pm](https://img.shields.io/hexpm/v/giphy_ex.svg)](https://hex.pm/packages/giphy_ex)\n[![codecov](https://codecov.io/gh/dreamingechoes/giphy_ex/branch/master/graph/badge.svg)](https://codecov.io/gh/dreamingechoes/giphy_ex)\n\nJust a simple wrapper for the Giphy's API in order to make easy to get the more awesome gifs of the internet. Absolutely silly package made for fun.\n\n## Installation\n\nAdd ``giphy_ex`` to your dependencies in your ``mix.exs``:\n\n```elixir\ndefp deps do\n  [\n    { :giphy_ex, \"~\u003e 0.1.0\" }\n  ]\nend\n```\n\nand run `mix deps.get`.\n\n## Dependencies\n\n- [HTTPoison](https://github.com/edgurgel/httpoison)\n- [JSEX](https://github.com/talentdeficit/exjsx)\n\n## Usage\n\nYou have to set the API key on your project in order to be able to make requests. You can use the public beta key if you don't use it on production, wich is **\"dc6zaTOxFJmzC”**. In other case, you have to get your own API key.\n\nYou can set the API key for the package via an environment variable like this:\n\n```elixir\nuser@computer:/YOUR_APP_NAME$ GIPHY_API_KEY=dc6zaTOxFJmzC iex -S mix\n```\n\nor setting the API key on the configuration of your project like this:\n\n```elixir\nconfig :giphy_ex, :api_key, \"YOUR_API_KEY_HERE\"\n```\n\nAnd you're ready to use the package:\n\n```elixir\nuser@computer:/YOUR_APP_NAME$ GIPHY_API_KEY=dc6zaTOxFJmzC iex -S mix\niex(1)\u003e GiphyEx.start\niex(2)\u003e results = GiphyEx.Gifs.random(\"nintendo\")\n```\n\nYou can see the documentation of the package on the [hexdocs website](http://hexdocs.pm/giphy_ex/0.1.0/).\n\n## Reference\n\nHere you have the [Giphy's API documentation](https://github.com/Giphy/GiphyAPI/) in order to know how it works in deeply.\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/dreamingechoes/giphy_ex. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](contributor-covenant.org) code of conduct.\n\n## License\n\nThe package is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdreamingechoes%2Fgiphy_ex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdreamingechoes%2Fgiphy_ex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdreamingechoes%2Fgiphy_ex/lists"}