Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bgebes/seconds-to-show

📚 A library that will show mm:ss by given seconds.
https://github.com/bgebes/seconds-to-show

Last synced: about 14 hours ago
JSON representation

📚 A library that will show mm:ss by given seconds.

Awesome Lists containing this project

README

        

# Description

📚 A library that will show mm:ss by given seconds.

# Usage

```js
import SecondsToShow from 'seconds-to-show';

const seconds = 2022;

console.log(SecondsToShow(seconds)); // 33:42
```