API Wrapper for NobodySurf
yarn add https://github.com/jzarca01/node-nobobysurf
const NobodySurf = require('node-nobodysurf');
const surf = new NobodySurf()
surf.getPlaylists()
surf.getPlaylistById(playlistId)
surf.getVideoDetails(videoId)
surf.getVideoUrl(videoId)
surf.getTrending()
surf.search(searchTerm, tags = [])