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

https://github.com/fbosch/hms-to-seconds

⏲️ Convert HH:MM:SS to seconds.
https://github.com/fbosch/hms-to-seconds

converter hh-mm-ss seconds time

Last synced: 5 months ago
JSON representation

⏲️ Convert HH:MM:SS to seconds.

Awesome Lists containing this project

README

          

# hms-to-seconds [![Build Status](https://travis-ci.org/fBosch/hms-to-seconds.svg?branch=master)](https://travis-ci.org/fBosch/hms-to-seconds)

> Convert HH:MM:SS to seconds

## Install

```
$ npm install hms-to-seconds
```

## Usage

```js
const hmsToSeconds = require('hms-to-seconds');

hmsToSeconds('00:12:32');
//=> 752
```

## API

### hmsToSeconds(input)

#### input

Type: `string`

## License

MIT © [fBosch](https://github.com/fBosch)