h-ikeda / cloudinary-elixir

Cloudinary unofficial integration for Elixir applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

h-ikeda codecov

Cloudinary

Cloudinary is a cloud service that helps to manage images, videos and other assets. This package provides an unofficial integration with Cloudinary service for Elixir applications.

Installation

The package can be installed by adding cloudinary_sdk to your list of dependencies in mix.exs:

def deps do
  [
    {:cloudinary_sdk, "~> 0.0.1"}
  ]
end

About

Cloudinary unofficial integration for Elixir applications

License:MIT License


Languages

Language:Elixir 100.0%