# analytics-plugin-indicative

> Indicative support for Analytics

Latest version **0.0.5** (published 2021-10-20) · MIT license · 0 weekly downloads

## Install

```sh
npm install analytics-plugin-indicative
pnpm add analytics-plugin-indicative
yarn add analytics-plugin-indicative
bun add analytics-plugin-indicative
```

## 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.5 |
| Published | 2021-10-20 |
| First published | 2021-04-16 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 7.1 KB |
| Known vulnerabilities | 0 (+23 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 20 |
| Author | Ian Hunter |
| Maintainers | 01studio |
| Keywords | analytics, indicative |

## Links

- npm: https://www.npmjs.com/package/analytics-plugin-indicative
- Repository: https://github.com/ian/analytics
- Homepage: https://github.com/ian/analytics/tree/main/packages/indicative#readme
- Issues: https://github.com/ian/analytics/issues
- npm.io page: https://npm.io/package/analytics-plugin-indicative

## Dependencies (2)

- [axios](https://npm.io/package/axios.md) ^0.21.1
- [analytics](https://npm.io/package/analytics.md) ^0.7.5

## Recent versions

- 0.0.5 (latest) — 2021-10-20
- 0.0.4 — 2021-10-20
- 0.0.3 — 2021-04-16
- 0.0.2 — 2021-04-16
- 0.0.1 — 2021-04-16

## README

# Analytics Indicative Plugin

This adds [Analytics](https://github.com/DavidWells/analytics) support for [Indicative](https://www.indicative.com/)

## Installation

```
npm install analytics analytics-plugin-indicative --save
```

## Usage

```
import Analytics from "analytics"
import indicativePlugin from "analytics-plugin-indicative"

const analytics = Analytics({
  app: "myapp",
  plugins: [
    indicativePlugin({
      apiKey: "...",
    }),
  ],
})
```

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