# notify-space

> Show notifications

Latest version **1.2.3** (published 2019-07-30) · MIT license · 0 weekly downloads

## Install

```sh
npm install notify-space
pnpm add notify-space
yarn add notify-space
bun add notify-space
```

## Health

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

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.2.3 |
| Published | 2019-07-30 |
| First published | 2019-05-28 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 17 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 3 |
| Author | condef5 |
| Maintainers | condef5 |
| Keywords | notify, space |

## Links

- npm: https://www.npmjs.com/package/notify-space
- Repository: https://github.com/condef5/notify-space
- Homepage: https://github.com/condef5/notify-space#readme
- Issues: https://github.com/condef5/notify-space/issues
- npm.io page: https://npm.io/package/notify-space

## Recent versions

- 1.2.3 (latest) — 2019-07-30
- 1.2.2 — 2019-07-30
- 1.2.1 — 2019-07-30
- 1.2.0 — 2019-07-30
- 1.1.3 — 2019-05-28
- 1.0.3 — 2019-05-28
- 1.0.2 — 2019-05-28
- 1.0.1 — 2019-05-28
- 1.0.0 — 2019-05-28

## README

# Notify Space

Simple notifications for web applications

## Usage

1. First install the package with npm or Yarn.

```
# with yarn
yarn add notify-space
```

```
# or with npm
npm install notify-space
```

2. And here comes the fun part.

```
import notify from 'notify-space'

notify({
  text: "See you space cowboy ...",  // Message to be displayed
  duration: 4000, // Notificacion duration, it's optional, by default is `2000`
  theme: 'dark' // Theme available => ['light', 'dark', 'success'], by default is `dark`
})

// or just

notify("The space is wonderful")

```

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