Description : A sample application for integration of cloudinary API with nodejs server This contains a nodejs server to which you can send a request to upload image to cloudinary account. There is a way to view the uploaded images.
Setup : Clone or download the repo Run npm install to grab all the dependencies Goto the root directory and run node server.js
pre requisites : This assumes that you have a working installation of nodejs. Otherwise, go and get one :)