Demo of the official Meteor package for Uploadcare widget
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.
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"
}
npm start
Open http://localhost:3000 in your browser.