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 0c47fd2338 Fixed coordinates api query 2022-09-03 21:52:02 +02:00
bin game&api: Added API queries for geolocalized species and audio retrieval 2022-08-28 09:14:02 +02:00
controllers Fixed coordinates api query 2022-09-03 21:52:02 +02:00
docker/express Fix express and session for production 2022-08-29 14:05:34 +02:00
locales Fix express and session for production 2022-08-29 14:05:34 +02:00
public Fixed coordinates api query 2022-09-03 21:52:02 +02:00
routes i18n: Fix json; working again 2022-08-29 10:38:42 +02:00
utils i18n: Fix json; working again 2022-08-29 10:38:42 +02:00
views i18n: Fix json; working again 2022-08-29 10:38:42 +02:00
.dockerignore docker: Add docker support for express and redis services 2022-08-29 08:21:53 +02:00
.gitignore Fix express and session for production 2022-08-29 14:05:34 +02:00
LICENSE Initial commit 2022-08-17 13:21:00 +02:00
README.md game&api: Added API queries for geolocalized species and audio retrieval 2022-08-28 09:14:02 +02:00
app.js Fix express and session for production 2022-08-29 14:05:34 +02:00
docker-compose.yml Fix express and session for production 2022-08-29 14:05:34 +02:00
package-lock.json Fix express and session for production 2022-08-29 14:05:34 +02:00
package.json Fix express and session for production 2022-08-29 14:05:34 +02:00
redis.js Fix express and session for production 2022-08-29 14:05:34 +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/UncleSamulus/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.