Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jarne/bpm-counter

🎼 Minimalistic web app to count beats per minute using clicks
https://github.com/jarne/bpm-counter

bpm count music speed tap web

Last synced: 16 days ago
JSON representation

🎼 Minimalistic web app to count beats per minute using clicks

Awesome Lists containing this project

README

        

BPM Counter


Minimalistic web app to count beats per minute using clicks




Package version


Netlify Status


License

##

[Description](#-description) | [Usage](#-usage) | [Contribution](#-contribution) | [License](#%EF%B8%8F-license)

## 📙 Description

BPM Counter is a simple open-source web app designed for discovering the beats per minute (BPM) of any rhythm.
Simply tap on your keyboard and let the app calculate the BPM.
It provides additional keyboard shortcuts for resetting or copying the BPM value to the clipboard.

Here's a screenshot of the web app:

Screenshot of the app

## 🖥 Usage

### Using the hosted version of the app

Use the hosted version at [bpm-counter.landway.space](https://bpm-counter.landway.space).

### Build it locally

Clone the repository and install the dependencies using:

```
$ yarn install
```

Then run this command to build the web app:

```
$ yarn build
```

The built website will be available in the `dist`-folder, just open the `index.html`-file in your browser or upload the files to a web server.

## 🙋‍ Contribution

Contributions are always very welcome! It's completely equally if you're a beginner or a more experienced developer.

Thanks for your interest 🎉👍!

## 👨‍⚖️ License

[MIT](https://github.com/jarne/bpm-counter/blob/main/LICENSE)