ts-tidal-api
v1.1.1
Published
Rewrite of https://github.com/lucaslg26/TidalAPI in Typescript
Downloads
16
Readme
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: "[email protected]",
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!