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
- Host: GitHub
- URL: https://github.com/h-ikeda/cloudinary-elixir
- Owner: h-ikeda
- License: mit
- Created: 2020-04-27T04:12:48.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T20:03:47.000Z (over 2 years ago)
- Last Synced: 2025-01-11T00:08:58.433Z (5 months ago)
- Topics: api, cloudinary, elixir, image-processing
- Language: Elixir
- Homepage:
- Size: 225 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://circleci.com/gh/h-ikeda/cloudinary-elixir) [](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
```