UNPKG

@ksolo/spotify-search

Version:

Spotify module to search and add songs to playlist

11 lines (7 loc) 183 B
"use strict"; const axios = require("axios"); const httpService = async (request) => { const response = await axios(request); return response; }; module.exports = httpService;