Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.
/ audigo Public archive

Simple audio recording + upload + sharing web app

License

Notifications You must be signed in to change notification settings

vegeta897/audigo

Repository files navigation

Audigo

Simple audio recording + upload + sharing web app
🎤 ⬆️ ☁️ ⬇️ 🔊 👪

Requirements

  • Node 6.4.0 or newer
  • ffmpeg with libmp3lame codec
  • Apache host with rewrite support

Installation

npm install audigo

Rename .env.example to .env and configure:

API_HOST=http:https://localhost # Node server host
API_PORT=4444 # Node server port
ORIGIN=http:https://localhost:8080 # Web host
BASENAME= # Web host subdirectory (e.g. /audigo)

Start the server:

npm start

Build the web files:

npm run-script build-production

Upload the contents of /dist to your web host, and you're done!