Skip to content

dayton1987/meteor-uploadcare-widget-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

meteor-uploadcare-widget-demo

Demo of the official Meteor package for Uploadcare widget

Install

Clone the repo to your computer

git clone https://github.com/uploadcare/meteor-uploadcare-widget-demo.git
cd meteor-uploadcare-widget-demo

or download and unzip.

Settings

Copy file settings.json.default and rename to settings.json.

Set in settings.json your public key for Uploadcare instead demopublickey.

"uploadcare": {
  "publicKey": "YOUR_PUBLIC_KEY"
}

Run

npm start

Open http://localhost:3000 in your browser.

About

Demo of the official Meteor package for Uploadcare widget

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 55.4%
  • HTML 43.6%
  • CSS 1.0%