node-nobodysurf

1.1.0 • Public • Published

node-nobodysurf

API Wrapper for NobodySurf

Installation

yarn add https://github.com/jzarca01/node-nobobysurf

Usage

const NobodySurf = require('node-nobodysurf');
const surf = new NobodySurf()

Methods

Get playlists

surf.getPlaylists()

Get playlist by Id

surf.getPlaylistById(playlistId)

Get video details

surf.getVideoDetails(videoId)

Get video URL

surf.getVideoUrl(videoId)

Get trending

surf.getTrending()

Search for a term or tags

surf.search(searchTerm, tags = [])

Readme

Keywords

none

Package Sidebar

Install

npm i node-nobodysurf

Weekly Downloads

0

Version

1.1.0

License

ISC

Unpacked Size

6.4 kB

Total Files

5

Last publish

Collaborators

  • jzarca01