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 17aaee56ad A more sticky control buttons and centered loading 2024-02-11 22:17:46 +01:00
bin game&api: Added API queries for geolocalized species and audio retrieval 2022-08-28 09:14:02 +02:00
controllers Add some French translation tokens 2024-02-11 20:39:28 +01:00
docker/express Updated node dependencies and fixed button margin 2023-07-29 18:36:14 +02:00
locales A more sticky control buttons and centered loading 2024-02-11 22:17:46 +01:00
public A more sticky control buttons and centered loading 2024-02-11 22:17:46 +01:00
routes Update 2024-02-04 07:07:37 +01:00
utils Update 2024-02-04 07:07:37 +01:00
views A more sticky control buttons and centered loading 2024-02-11 22:17:46 +01: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 Add LICENSE 2024-02-04 07:04:00 +01:00
README.md feat: Update stuff 2023-07-29 18:21:40 +02:00
TODO A more sticky control buttons and centered loading 2024-02-11 22:17:46 +01:00
app.js Update 2024-02-04 07:07:37 +01:00
docker-compose.yml feat: Update stuff 2023-07-29 18:21:40 +02:00
package-lock.json Add some French translation tokens 2024-02-11 20:39:28 +01:00
package.json Add some French translation tokens 2024-02-11 20:39:28 +01:00
postcss.config.js feat: Update stuff 2023-07-29 18:21:40 +02:00
redis.js feat: Add new i18n 2024-01-08 23:02:04 +01: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.