Function getTrack

  • Get the Track details of the given Spotify Track URL

    Parameters

    • url: string = ''

      Track URL ex https://open.spotify.com/track/...

    Returns Promise<string | Track>

    if success, `string` if failed

Generated using TypeDoc