# witai-speech

> Wit.ai speech recognition

Latest version **0.2.0** (published 2019-08-29) · ISC license · 0 weekly downloads

## Install

```sh
npm install witai-speech
pnpm add witai-speech
yarn add witai-speech
bun add witai-speech
```

## 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.2.0 |
| Published | 2019-08-29 |
| First published | 2015-08-29 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 334.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 5 |
| Maintainers | antirek |

## Links

- npm: https://www.npmjs.com/package/witai-speech
- Repository: https://github.com/antirek/witai-speech
- Issues: https://github.com/antirek/witai-speech/issues
- npm.io page: https://npm.io/package/witai-speech

## Dependencies (1)

- [node-fetch](https://npm.io/package/node-fetch.md) ^2.6.0

## Recent versions

- 0.2.0 (latest) — 2019-08-29
- 0.1.1 — 2019-01-09
- 0.0.1 — 2015-08-29

## README

# witai-speech
Wit.ai speech recognition

## Install

> npm install witai-speech [--save]


## Usage

`````javascript

var witai_speech = require('witai-speech');

var ACCESS_TOKEN = "6SQV3DEGQWIXW3R2EDFUMPQCVGOEIBCR";

witai_speech.ASR({
  file: 'demo.wav', 
  developer_key: ACCESS_TOKEN
  }, function (err, res) {
    console.log(err, res);
  });

`````

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