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

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

Parse milliseconds to an object containing corresponding milliseconds, seconds, hours and days
https://github.com/queckezz/ms-parse

Last synced: 7 months ago
JSON representation

Parse milliseconds to an object containing corresponding milliseconds, seconds, hours and days

Awesome Lists containing this project

README

          

# ms-parse

Parse milliseconds to an object containing corresponding `milliseconds`, `seconds` `hours` and `days`

## Installation

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

## API

### `parse(ms::Int) -> Dict`

Parse given `ms`.

## Tests
```bash
make
```

## Licence

[MIT](./licence)