# sbinner

> simple spinner you might need

Latest version **1.1.0** (published 2017-12-15) · ISC license · 0 weekly downloads

## Install

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

## 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.1.0 |
| Published | 2017-12-15 |
| First published | 2017-12-08 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | gaoryrt |

## Links

- npm: https://www.npmjs.com/package/sbinner
- npm.io page: https://npm.io/package/sbinner

## Recent versions

- 1.1.0 (latest) — 2017-12-15
- 1.0.0 — 2017-12-08

## README

# sbinner
> dead simple spinner you might need

## install
```javascript
yarn add sbinner
```

## usage
0. import sbinner before use:
```
import sbinner from 'sbinner'
```

1. prepare a sbinner:
```
sbinner.init(idStr, infoStr)
```

2. start a sbinner
```
sbinner.start(idStr)
```

3. end a sbinner
```
sbinner.end(idStr)
```

## contributing
1. Fork it!
2. Create your feature branch: `git checkout -b MY-NEW-FEATURE`
3. Commit your changes: `git commit -am 'ADD SOME FEATURE'`
4. Push to the branch: `git push origin MY-NEW-FEATURE`
5. Submit a pull request :D

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