A web app created using node js and recorder.js to record, download and upload an audio recording.
- Clone the git repository.
git clone https://github.com/xrachitx/audioRecordJS
- Enter the audioRecordJS directory.
- Install node and node package manager via the following commands:
sudo apt-get install nodejs
sudo apt-get install npm
- Install all the required dependencies using the following command:
npm install
- Start the local server
npm start
- Head to http://localhost:5000/ and start recording audio clips.