Meteor Image Uploads


Summary of my bookmarked Github repositories from Feb 19th, 2016

Github repositories

  • SureBro/Cloudinary

    Cloudinary Build Status is an unofficial Meteor package designed specifically for Meteor projects, offering functionalities for uploading images to Cloudinary. The package includes methods like `Cloudinary.uploadImage()` and `Cloudinary.uploadImageToFolder()` to handle image uploads with optional parameters. It also provides methods for generating image URLs, such as `Cloudinary.imageUrl()` and `Cloudinary.resizedImageUrl()`, allowing customization of image sizes. Future plans for the package include adding unit tests, expanding image editing capabilities, supporting image deletion, and implementing image versioning. Cloudinary is licensed under MIT. Developed by Surebro.