1.0.10 • Published 8 years ago

node-deepgram v1.0.10

Weekly downloads
4
License
MIT
Repository
github
Last release
8 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

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago