Skip to content

xrachitx/audioRecordJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

audioRecordJS

A web app created using node js and recorder.js to record, download and upload an audio recording.

Local Deployment

  1. Clone the git repository.
git clone https://github.com/xrachitx/audioRecordJS
  1. Enter the audioRecordJS directory.
  2. Install node and node package manager via the following commands:
sudo apt-get install nodejs
sudo apt-get install npm
  1. Install all the required dependencies using the following command:
npm install
  1. Start the local server
npm start
  1. Head to http://localhost:5000/ and start recording audio clips.

About

Recording audio through the recorder js plugin.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published