Function downloadPlaylist

  • Download the Spotify Playlist, need a type for first param, the second param is optional, function will return an array of

    Parameters

    • obj: Playlist

      An object of type , contains Playlist 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