ts-tidal-api
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

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!

Package Sidebar

Install

npm i ts-tidal-api

Weekly Downloads

2

Version

1.1.1

License

MIT

Unpacked Size

47.2 kB

Total Files

21

Last publish

Collaborators

  • max.scopp