Function downloadTrack

  • Download the Spotify Track, need a type for first param, the second param is optional

    Parameters

    • obj: Track

      An object of type , contains Track details and info

    • outputPath: string = './'

      String type, (optional) if not specified the output will be on the current dir

    Returns Promise<string | Results[]>

    <Results[]> if successful, string if failed

Generated using TypeDoc