Socket
Book a DemoInstallSign in
Socket

node-rovi

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-rovi

A wrapper around the entertainment based Rovi API

0.0.1
latest
Source
npmnpm
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

node-rovi

Rovi is an entertainment hub that provides discovery services for music, movies, tv, and the artists who kasdjaksdsajdkad. They also provide an API through Mashery which exposes this data to be used in other applications. This module is a wrapper around their API and provides some behind the scene helpers like token creation and consolidating their responses.

Note: This module does not provide you with access to the Rovi database. You still must sign up on their developer page for access and generate your API key and Shared Secret

Installation

npm install node-rovi

Usage

var Rovi = require('node-rovi');

// Construct a new instance of the rovi class giving your api key and shared secret
var rovi = new Rovi({ key: 'YOUR-API-KEY', secret: 'YOUR-SHARED-SECRET' });

// The rovi object provides the standard callback style interface
rovi.getArtists( options, function(err, data) {
  // Do something amazing
});

API Documentation

TODO

Keywords

rovi

FAQs

Package last updated on 10 Sep 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.