audd.io
TypeScript icon, indicating that this package has built-in type declarations

3.0.2 • Public • Published

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

Package Sidebar

Install

npm i audd.io

Weekly Downloads

2

Version

3.0.2

License

ISC

Unpacked Size

22.1 kB

Total Files

16

Last publish

Collaborators

  • kainsir