/tutorial-pwa-capture-video

🚀 Increase the characteristics of your PWA with JavaScript. 🎥 Activate your device's camera and capture videos with audio easily.

Primary LanguageJavaScriptMIT LicenseMIT

Tutorial PWA Video Capture

🚀 Increase the characteristics of your PWA with JavaScript. 🎥 Activate your device's camera and capture videos with audio easily.



🔖 Description

In this tutorial I show you how you can create a PWA and how you can capture video with audio from the camera and microphone.

📐 How to work with this project

You have to do the following steps to be able to work with this project.

1️⃣ Install NodeJS Dependencies

$npm i

2️⃣ Run

$npm run start

Open: localhost:8080

📂 Code scaffolding

/
├── assets 🌈               # Images Sources.
├── src 📦                  # Main NodeJS App.
|   ├── public              # PWA Application.
|   |   ├── css             # Styles files.
|   |   ├── images          # Icons and others png files.
|   |   ├── js              # JS files.
|   |   └── ...
|   └── ...
└── ...

⛽️ Review and Update Dependences

For review and update all npm dependences of this project you need install in global npm package "npm-check-updates" npm module.

# Install and Run
$npm i -g npm-check-updates
$ncu

License

MIT

Happy Code

Created with JavaScript, lot of ❤️ and a few 🍺

This README.md file has been written keeping in mind: