Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bgebes/seconds-to-show
- Owner: bgebes
- License: mit
- Created: 2022-09-08T20:43:24.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-01T19:04:10.000Z (3 months ago)
- Last Synced: 2024-10-31T18:33:29.213Z (18 days ago)
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```