# Beat
Library for printing time in Swatch .beat time.
More info on Swatch Internet Time [here](https://www.swatch.com/en_us/internet-time).
## Usage
``` Swift
let nb = Beat()
nb.int() // Gives ya back an Int
nb.text() // Gives ya back a String
```