Cloudinary provides a library for simplifying the integration even further, along with Scala sample code for uploading and transforming images.
You can find sample projects that demonstrate common Cloudinary's usage in Scala here:
https://github.com/cloudinary/cloudinary_scala/tree/master/samples/photo_album
Photo Album:
A fully working web application that allows you to uploads photos, maintain a database with references to them, list them with their metadata, and display them using various cloud-based transformations. Image uploading is performed both from the server side and directly from the browser using a jQuery plugin.
Comments
0 comments
Please sign in to leave a comment.