Carte interactive de pollution sonore en temps réel - heatmap du bruit urbain
  • JavaScript 100%
Find a file
2026-06-12 09:38:44 +00:00
.gitea/workflows ci: add Gitea Actions CI workflow 2026-04-29 02:32:14 +00:00
src feat(#2): Crowdsourcing validation, aggregation and tests 2026-06-12 09:38:28 +00:00
tests feat(#2): Crowdsourcing validation, aggregation and tests 2026-06-12 09:38:28 +00:00
.gitignore feat: noise readings + dB classification + ASCII heatmap + CLI 2026-04-18 20:06:30 +00:00
cli.js feat(#3): ASCII noise heatmap with color coding 2026-06-12 02:42:09 +00:00
package-lock.json feat: noise readings + dB classification + ASCII heatmap + CLI 2026-04-18 20:06:30 +00:00
package.json feat: noise readings + dB classification + ASCII heatmap + CLI 2026-04-18 20:06:30 +00:00
README.md feat: noise readings + dB classification + ASCII heatmap + CLI 2026-04-18 20:06:30 +00:00

🔊 Bruit-Map

CLI noise pollution tracker with ASCII heatmap visualization.

Install

npm install -g .

Usage

bruit init
bruit add 45 "Office" AC
bruit add 85 "Construction site" construction
bruit list
bruit map
bruit stats
bruit delete <id>

dB Levels

🔇 Silence (< 20 dB) 🤫 Whisper (20-34 dB) 📚 Library (35-49 dB) 🗣️ Conversation (50-64 dB) 📢 Loud (65-84 dB) ⚠️ Dangerous (85-119 dB) 💀 Pain (120+ dB)

Tests

npm test

Built by Ti-Paul 🇯🇲🐧