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

https://github.com/vovanr/time-functions

Some time functions
https://github.com/vovanr/time-functions

Last synced: 3 months ago
JSON representation

Some time functions

Awesome Lists containing this project

README

          

# time-functions

[![Commitizen friendly][commitizen-image]][commitizen-url]
[![XO code style][codestyle-image]][codestyle-url]

[![NPM version][npm-image]][npm-url]
[![Build Status][travis-image]][travis-url]
[![Coveralls Status][coveralls-image]][coveralls-url]
[![Dependency Status][depstat-image]][depstat-url]
[![DevDependency Status][depstat-dev-image]][depstat-dev-url]

> Some time functions

## Install

```shell
npm install --save time-functions
```

## Usage
See: [example](example/app.jsx)

```js
var foo = require('time-functions');

foo()
//=> Foo
```

## API

### foo(bar, [options])

#### bar

Type: `string`

Bar to foo

#### options

Type: `Object`

##### baz

Type: `string`

Default: `-`

## License
MIT © [Vladimir Rodkin](https://github.com/VovanR)

[demo]: https://vovanr.github.io/time-functions

[commitizen-url]: https://commitizen.github.io/cz-cli/
[commitizen-image]: https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=flat-square

[codestyle-url]: https://github.com/xojs/xo
[codestyle-image]: https://img.shields.io/badge/code_style-XO-5ed9c7.svg?style=flat-square

[npm-url]: https://npmjs.org/package/time-functions
[npm-image]: https://img.shields.io/npm/v/time-functions.svg?style=flat-square

[travis-url]: https://travis-ci.org/VovanR/time-functions
[travis-image]: https://img.shields.io/travis/VovanR/time-functions.svg?style=flat-square

[coveralls-url]: https://coveralls.io/r/VovanR/time-functions
[coveralls-image]: https://img.shields.io/coveralls/VovanR/time-functions.svg?style=flat-square

[depstat-url]: https://david-dm.org/VovanR/time-functions
[depstat-image]: https://david-dm.org/VovanR/time-functions.svg?style=flat-square

[depstat-dev-url]: https://david-dm.org/VovanR/time-functions
[depstat-dev-image]: https://david-dm.org/VovanR/time-functions/dev-status.svg?style=flat-square