This is a web interface for querying with and interacting with Cacophony Project recordings via the project's API.
You will need Node and npm installed and the URL of the Cacophony API server you will use.
git clone https://github.com/TheCacophonyProject/cacophony-web.git
cd cacophony-web
npm install
- Follow instructions in the TEMPLATE files in the config folder.
- Start server with
node Server.js
This project is licensed under the AGPL.