Skip to content

max-scopp/ts-tidal-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!