UNPKG

ultra-lyrics

Version:

Lyrics Fetcher

8 lines (7 loc) 354 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.API_BASE_URL = exports.USER_AGENT = void 0; /** UserAgent */ exports.USER_AGENT = 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36'; /** API BASE URL */ exports.API_BASE_URL = 'https://genius.com/api';