UNPKG

spotify-now

Version:
10 lines (8 loc) 249 B
import SpotifyWebApi from "spotify-web-api-node"; export async function getSpotifyApi(clientId: string, clientSecret: string) { return new SpotifyWebApi({ clientId, clientSecret, redirectUri: "http://localhost:6969", }); }