Socket
Socket
Sign inDemoInstall

audd.io

Package Overview
Dependencies
13
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    audd.io

A NodeJS package used to interact with the music recognition API provided by Audd.io


Version published
Maintainers
1
Install size
810 kB
Created

Readme

Source

audd.io

NPM NPM NPM

What is this?

A NodeJS package used to interact with the music recognition API provided by Audd.io in the easiest way possible.
You can get an api_token for free at https://dashboard.audd.io/.

Install

npm install audd.io

Usage

import { Audd } from 'audd.io';
// const Audd = require('audd.io').Audd;

const audd = new Audd('api_key');

audd.recognize.fromURL('https://example.com/test.mp3');
// or
audd.recognize.fromFile('test.mp3');

Documentation:

Each endpoint contains fromFile and fromURL, they return different information based on what endpoint you use.

audd.enterprise
audd.recognize
audd.recognizeWithOffset

Keywords

FAQs

Last updated on 26 Apr 2021

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc