An open API service indexing awesome lists of open source software.

https://github.com/cloudinary-devs/vue-camera-training

a training app that uses the device camera, uploads to Cloudinary and renders a gallery using Product Gallery Widget
https://github.com/cloudinary-devs/vue-camera-training

Last synced: 9 months ago
JSON representation

a training app that uses the device camera, uploads to Cloudinary and renders a gallery using Product Gallery Widget

Awesome Lists containing this project

README

          

# vue-camera
Run [demo](https://cloudinary-devs.github.io/vue-camera-training/index.html#/)

## Settings
In order to use the demo you need to create a [free Cloudinary Account](https://cloudinary.com/users/register/free) and an [unsigned upload preset](https://cloudinary.com/documentation/upload_images#upload_presets).

### Reference Cloudinary Upload API App
See [code](https://github.com/cloudinary-devs/training-vuejs) and [demo](https://cloudinary-devs.github.io/training-vuejs/index.html)

### APIs used
This is a vue.js application that uses
* webRTC API to gather image data from a device's camer
* the Cloudinary Upload API to upload image data to Cloudinary
* the Cloudinary Product Gallery wrapped in a Vue.js view

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Lints and fixes files
```
npm run lint
```

### Customize configuration
This app is configured to build into the docs directory so it can be served by github.io. See [Configuration Reference](https://cli.vuejs.org/config/).