1.4.1 • Published 2 years ago

musicbrainz-ts v1.4.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years 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

2 years ago

1.4.0

2 years ago

1.3.0

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago