A lightweight, extensible, open source metronome.
To run the program locally, you will need:
- npm
- nodejs
$ git clone https://github.com/danielfullerton/simple-metronome.git
$ cd simple-metronome
$ npm install
$ npm run start:dev
(Windows commands will differ slightly)
After running the above, you can access the program at http://localhost:4200.
Alternatively, you can build the project using
$ tsc
and run the bundled dist/index.js file statically.
- Tone.js - Used for loading/playing audio files
- Typescript
- freeSFX - Provider of free SFX for metronome sounds.
- Daniel Fullerton - GitHub Page
This project is licensed under the MIT License.