New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

node-deepgram

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-deepgram

Node wrapper for Deepgram

  • 1.0.10
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
10
decreased by-23.08%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

FAQs

Package last updated on 15 Apr 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc