Rewrite of https://github.com/lucaslg26/TidalAPI in Typescript
npm install ts-tidal-apiAn rewrite of https://github.com/lucaslg26/TidalAPI in Typescript with some additional features.
Initialize the manager with your credentials.
``js``
const tidal = new TidalManager({
username: "my@mail.tld",
password: "plain-password",
quality: "HIGH",
});
After you setup your tidal instance you can just use intellisense from within your codebase to check out the methods you can call!