** Sample Code Project**
Simple project for learning elixir. You'll have to include your own giphy api key in config/config.exs
if you want to run it.
If available in Hex, the package can be installed
by adding giphy_scraper
to your list of dependencies in mix.exs
:
def deps do
[
{:giphy_scraper, "~> 0.1.0"}
]
end
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/giphy_scraper.