Allows you to run a local instance (via node.js) that will upload to your Cloudinary account and allow you to manipulate uploaded files.
- clone repo
- add file
app/js/config.js
:
$.cloudinary.config({
cloud_name: 'YOURCLOUDNAME',
api_key: 'YOURAPIKEY',
upload_preset: "YOURUPLOADPRESET"
})
- Install and run
npm install
cd app
bower install
cd ..
node server.js