1.0.10 • Published 10 years ago

node-deepgram v1.0.10

Weekly downloads
4
License
MIT
Repository
github
Last release
10 years ago

deepgram

NPM version NPM downloads MIT License

NPM module that binds to the Deepgram audio search/transcription API.

https://www.deepgram.com

Usage

Install:

npm install --save deepgram

Indexing a file:

import Deepgram from 'node-deepgram';

let deepgram = new Deepgram({
  userID: '<user_id>'
});

deepgram.index('http://website.com/audio.mp3').then(contentID => {
  // do what you will with contentID
}).catch(err => {
  // handle error
});

Development

The wrapper uses Babel. Check the scripts in package.json.

API Documentation

http://api.lexika.io/doc

License

MIT

1.0.10

10 years ago

1.0.9

10 years ago

1.0.8

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago