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
- Host: GitHub
- URL: https://github.com/vovanr/time-functions
- Owner: VovanR
- License: mit
- Created: 2019-04-03T18:00:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-07T08:46:17.000Z (about 6 years ago)
- Last Synced: 2025-03-22T01:26:12.373Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://vovanr.github.io/time-functions
- Size: 132 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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