Beat/README.md

15 lines
259 B
Markdown
Raw Normal View History

# 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
```