1.1.1 • Published 3 years ago

ts-tidal-api v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

ts-tidal-api

An rewrite of https://github.com/lucaslg26/TidalAPI in Typescript with some additional features.

Setup

Initialize the manager with your credentials.

const tidal = new TidalManager({
    username: "my@mail.tld",
    password: "plain-password",
    quality: "HIGH",
});

API Methods

After you setup your tidal instance you can just use intellisense from within your codebase to check out the methods you can call!

1.1.1

3 years ago

1.1.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago