This is a web interface for querying with and interacting with Cacophony Project recordings via the project's API.
Note: this is no longer the primary web interface for the project. See https://github.com/TheCacophonyProject/cacophony-browse for the modern, maintained front end.
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
node Server.js
This project is licensed under the AGPL.