bpm-calc
========

Command line utility for calculating beats per minute

## Installation

````
$ npm install bpm-calc -g
````

## Usage

````
$ bpm-calc
````

hit space, count 10 3-beat measures, hit space again. q to quit.

### Specify number of measures to count or number of beats per measure

````
$ bpm-calc -m# -b#
````

`m` is the number of measures (default 10), `b` is the number of beats per measure (default 3)

### Other commands

`h` for help `q` or `ctrl-C` to quit.
