π Increase the characteristics of your PWA with JavaScript. π€ Activate your device's microphone and capture audios easily.
In this tutorial I show you how you can create a PWA and how you can capture audios from the microphone.
You have to do the following steps to be able to work with this project.
$npm i
$npm run start
Open: localhost:8080
/
βββ assets π # Images Sources.
βββ src π¦ # Main NodeJS App.
| βββ public # PWA Application.
| | βββ css # Styles files.
| | βββ images # Icons and others png files.
| | βββ js # JS files.
| | βββ ...
| βββ ...
βββ ...
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
Created with JavaScript, lot of β€οΈ and a few πΊ