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

https://github.com/queckezz/ms-pretty

Parse milliseconds to something more human-readable
https://github.com/queckezz/ms-pretty

Last synced: 4 months ago
JSON representation

Parse milliseconds to something more human-readable

Awesome Lists containing this project

README

          

# ms-pretty

Parse milliseconds to something more human-readable
```
13d 6h 52m 55s
```

## Installation

via [packin](https://github.com/jkroso/packin) and [Require.jl](https://github.com/jkroso/Require.jl)
```bash
packin install structs/ms-pretty
```

## API

### `pretty(ms::Int) -> String`

## Tests
```bash
make
```

## Licence

[MIT](./licence)