# kc-timespan

> [js] Returns an extract of unix time that changes each S seconds.

Latest version **1.0.5** (published 2021-03-23) · ISC license · 0 weekly downloads

## Install

```sh
npm install kc-timespan
pnpm add kc-timespan
yarn add kc-timespan
bun add kc-timespan
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.5 |
| Published | 2021-03-23 |
| First published | 2020-07-07 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 1.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | KaisarCode |
| Maintainers | kaisarcode |
| Keywords | return, unix, time, lapse, changes, each |

## Links

- npm: https://www.npmjs.com/package/kc-timespan
- Repository: https://github.com/kaisarsnippets/js-timespan
- Issues: https://github.com/kaisarsnippets/js-timespan/issues
- npm.io page: https://npm.io/package/kc-timespan

## Dependencies (1)

- [fun2mod](https://npm.io/package/fun2mod.md) ^1.0.3

## Alternatives

- [@js-joda/timezone](https://npm.io/package/@js-joda/timezone.md) — 383.4K weekly downloads
- [chartjs-adapter-moment](https://npm.io/package/chartjs-adapter-moment.md) — 210.8K weekly downloads
- [strftime](https://npm.io/package/strftime.md) — 171.2K weekly downloads
- [vue-flatpickr-component](https://npm.io/package/vue-flatpickr-component.md) — 115.8K weekly downloads
- [timepicker](https://npm.io/package/timepicker.md) — 51.0K weekly downloads

## Recent versions

- 1.0.5 (latest) — 2021-03-23
- 1.0.4 — 2020-12-23
- 1.0.3 — 2020-10-11
- 1.0.2 — 2020-10-09
- 1.0.1 — 2020-07-07
- 1.0.0 — 2020-07-07

## README

# Timespan
[js] Returns an extract of unix time that changes each S seconds.

### Install
```
npm install kc-timespan
```

### Use
```js
var timeSpan = require('kc-timespan');
var ts  = timeSpan(5);
console.log(ts);
```

---
_Source: https://npm.io/package/kc-timespan · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
