An open API service indexing awesome lists of open source software.

https://github.com/h-ikeda/cloudinary-elixir

Cloudinary unofficial integration for Elixir applications
https://github.com/h-ikeda/cloudinary-elixir

api cloudinary elixir image-processing

Last synced: 4 months ago
JSON representation

Cloudinary unofficial integration for Elixir applications

Awesome Lists containing this project

README

        

[![h-ikeda](https://circleci.com/gh/h-ikeda/cloudinary-elixir.svg?style=svg)](https://circleci.com/gh/h-ikeda/cloudinary-elixir) [![codecov](https://codecov.io/gh/h-ikeda/cloudinary-elixir/branch/master/graph/badge.svg)](https://codecov.io/gh/h-ikeda/cloudinary-elixir)
# Cloudinary

[Cloudinary](https://cloudinary.com) 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`:

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