1.0.1 • Published 12 years ago

hulu-node v1.0.1

Weekly downloads
10
License
-
Repository
github
Last release
12 years ago

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

});
1.0.1

12 years ago

1.0.0

12 years ago

0.1.0

12 years ago