Skip to content

dirtyhooligans/hulu-node

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hulu-node

A node.js wrapper for the Hulu search API

How to use it

var hulu = require("hulu-node");

hulu.search("Saturday Night Live", function(response) {

  // do whatever you want with the response.
  // the response is in JSON

});

About

A node.js wrapper for the Hulu search API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published