A web application to play with bird sound identification with data from eBird and Xeno-Canto. https://soundbirder.games.s1gm4.eu
Go to file
Samuel Ortion b9b415d5ce Updated node dependencies and fixed button margin 2023-07-29 18:36:14 +02:00
bin game&api: Added API queries for geolocalized species and audio retrieval 2022-08-28 09:14:02 +02:00
controllers feat: Update stuff 2023-07-29 18:21:40 +02:00
docker/express Updated node dependencies and fixed button margin 2023-07-29 18:36:14 +02:00
locales feat: Update stuff 2023-07-29 18:21:40 +02:00
public Updated node dependencies and fixed button margin 2023-07-29 18:36:14 +02:00
routes feat: Update stuff 2023-07-29 18:21:40 +02:00
utils feat: Update stuff 2023-07-29 18:21:40 +02:00
views feat: Update stuff 2023-07-29 18:21:40 +02:00
.dockerignore feat: Update stuff 2023-07-29 18:21:40 +02:00
.gitignore feat: Update stuff 2023-07-29 18:21:40 +02:00
LICENSE feat: Update stuff 2023-07-29 18:21:40 +02:00
README.md feat: Update stuff 2023-07-29 18:21:40 +02:00
app.js feat: Update stuff 2023-07-29 18:21:40 +02:00
docker-compose.yml feat: Update stuff 2023-07-29 18:21:40 +02:00
package-lock.json Updated node dependencies and fixed button margin 2023-07-29 18:36:14 +02:00
package.json Updated node dependencies and fixed button margin 2023-07-29 18:36:14 +02:00
postcss.config.js feat: Update stuff 2023-07-29 18:21:40 +02:00
redis.js feat: Update stuff 2023-07-29 18:21:40 +02:00
tailwind.config.js feat: Update stuff 2023-07-29 18:21:40 +02:00

README.md

soundbirder

A web application to play with bird sound identification with data from eBird and Xeno-Canto.

Requirements

  • NodeJS, NPM
  • MariaDB (MySQL)
  • eBird API key

Installation

git clone https://forge.chapril.org/sortion/soundbirder
cd soundbirder
npm install

Setup the EBIRD_API_KEY in .env:

EBIRD_API_KEY="secret"
npm start

Then go to http://localhost:3000, and have fun !

TODO: add database configuration.