UNPKG

spotify-ts-wrapper

Version:

Spotify TypeScript wrapper.

6 lines (5 loc) 274 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SPOTIFY_SEED_TRACKS = exports.SPOTIFY_BASE_URL = void 0; exports.SPOTIFY_BASE_URL = `https://open.spotify.com/`; exports.SPOTIFY_SEED_TRACKS = `https://api.spotify.com/v1/recommendations`;