# sleepfor

> sleepfor(1000); sleeping using while loops.

Latest version **0.0.2** (published 2017-04-03) · 0 weekly downloads

## Install

```sh
npm install sleepfor
pnpm add sleepfor
yarn add sleepfor
bun add sleepfor
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.2 |
| Published | 2017-04-03 |
| First published | 2017-03-21 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 30 |
| Author | James |
| Maintainers | aretecode |
| Keywords | sleep, sleepfor, fliphub, flipbox |

## Links

- npm: https://www.npmjs.com/package/sleepfor
- Repository: https://github.com/fliphub/fliphub
- Homepage: https://github.com/fliphub/fliphub#readme
- Issues: https://github.com/fliphub/fliphub/issues
- npm.io page: https://npm.io/package/sleepfor

## Recent versions

- 0.0.2 (latest) — 2017-04-03
- 0.0.1-alpha.17585ee1 (lerna-temp) — 2017-03-23
- 0.0.1 — 2017-03-21

## README

# 💤 sleepfor

[![NPM version][sleepfor-npm-image]][sleepfor-npm-url]
[![MIT License][license-image]][license-url]
[![fliphub][gitter-badge]][gitter-url]
[![flipfam][flipfam-image]][flipfam-url]

[sleepfor-npm-image]: https://img.shields.io/npm/v/on-the-fly.svg
[sleepfor-npm-url]: https://npmjs.org/package/on-the-fly
[license-image]: http://img.shields.io/badge/license-MIT-blue.svg?style=flat
[license-url]: https://spdx.org/licenses/MIT
[gitter-badge]: https://img.shields.io/gitter/room/fliphub/pink.svg
[gitter-url]: https://gitter.im/fliphub/Lobby
[flipfam-image]: https://img.shields.io/badge/%F0%9F%8F%97%20%F0%9F%92%A0-flipfam-9659F7.svg
[flipfam-url]: https://www.npmjs.com/package/flipfam

> sleep using while loops

## 📦 installation

```bash
yarn add on-the-fly global
npm i on-the-fly -s -g
```

## 📘 examples

```js
const sleepfor = require('sleepfor')
sleepfor(1000)
```

- for more enforced nodejs only sleeping, https://github.com/erikdubbelboer/node-sleep

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