# bigspinner

> Because if you're going to hide behind a spinner, it should at least be a Big Spinner.

Latest version **3.1.0** (published 2015-08-26) · MIT license · 0 weekly downloads

## Install

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

## 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 | 3.1.0 |
| Published | 2015-08-26 |
| First published | 2014-09-11 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 4 |
| Author | Joshua M. Clulow |
| Maintainers | jclulow |
| Keywords | terminal, spinner, spin, console, curses |

## Links

- npm: https://www.npmjs.com/package/bigspinner
- Repository: https://github.com/jclulow/node-bigspinner
- Issues: https://github.com/jclulow/node-bigspinner/issues
- npm.io page: https://npm.io/package/bigspinner

## Alternatives

- [localforage](https://npm.io/package/localforage.md) — 6.2M weekly downloads
- [localforage-observable](https://npm.io/package/localforage-observable.md) — 30.8K weekly downloads
- [@y/y](https://npm.io/package/@y/y.md) — 30.1K weekly downloads
- [@metaobjectsdev/render](https://npm.io/package/@metaobjectsdev/render.md) — 3.5K weekly downloads
- [@ledgerhq/coin-algorand](https://npm.io/package/@ledgerhq/coin-algorand.md) — 1.1K weekly downloads

## Recent versions

- 3.1.0 (latest) — 2015-08-26
- 3.0.0 — 2014-09-23
- 1.0.0 — 2014-09-11

## README

# node-bigspinner

Because if you are going to hide progress behind an opaque spinner, it
may as well be a _Big Spinner_.

## Usage

```javascript
var mod_bigspinner = require('bigspinner');

/*
 * Create the spinner object, which begins spinning immediately.  The
 * default options are shown below:
 */
var SPINNER = mod_bigspinner.createSpinner({
    delay: 250,
    stream: process.stderr,
    height: 8,
    width: 8,
    hideCursor: true,
    fontChar: '#'
});

/*
 * And, later, when you are done hand-waving:
 */

SPINNER.destroy();
```

## License

MIT.

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