1.4.1 • Published 1 year ago

musicbrainz-ts v1.4.1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Musicbrainz-ts

A wrapper for the MusicBrainz api, completely compatabile with typescript programming

Get started

import { MusicBrainzApi } from "musicbrainz-ts";

const api = new MusicBrainzApi("myApp", "1.0.0", "my.contact@email.com")

Create a new instance of musicbrainzApi with the name of your app, its version and a link to contact you (email, social media, website, etc)

Search

Recording

let recordingSearchResult = await api.searchRecording({queryObject})

Query object doc

1.4.1

1 year ago

1.4.0

1 year ago

1.3.0

1 year ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago