Skip to content

tyrw/cloudinary_angular_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloudinary demo for uploading and manipulating files

Allows you to run a local instance (via node.js) that will upload to your Cloudinary account and allow you to manipulate uploaded files.

  1. clone repo
  2. add file app/js/config.js:
$.cloudinary.config({
  cloud_name: 'YOURCLOUDNAME',
  api_key: 'YOURAPIKEY',
  upload_preset: "YOURUPLOADPRESET"
})
  1. Install and run
npm install
cd app
bower install
cd ..
node server.js

About

Demo for Cloudinary with Angular.js and node runner

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published