When I was living in France, there was a church just beside my house. I liked the sound of the bell indicating the time passing by. There isn't anything like this in Canada, so I wanted to try to recreate it with different kind of bell's churches on my computer.
Every hour, a bell rings the same amount of times there are hours Every half-hour, a bell rings once
- Install nodejs
- Clone or download this repository and run
npm install
- Download one of the players listed on the play-sound page (it is used to play the sound on the computer)
- Add the player to your path
To use it once, just run npm start
.
To launch the program automatically with your computer, run node enable-autolaunch
. If you change your mind, run node disable-autolaunch
.
This implementation is currently working on windows only