Sha256: 4b467246c5d5b0ded12691dd7b2a55961ff8da54cc706662a4f8d29e04d139f6

Contents?: true

Size: 522 Bytes

Versions: 22

Compression:

Stored size: 522 Bytes

Contents

// List movies from kids-in-mind.com

var cbfunc = function (data) {
    globaldata= data;
    var list = data.query.results.movie;
    list.forEach(function (item) {
        console.log(item.title + ' [' + item.rating.MPAA.content + ']');
    });
    phantom.exit();
};

var el = document.createElement('script');
el.src = 'http://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20movies.kids-in-mind&format=json&env=store%3A%2F%2Fdatatables.org%2Falltableswithkeys&callback=cbfunc';
document.body.appendChild(el);

Version data entries

22 entries across 20 versions & 4 rubygems

Version Path
hooch-0.4.2 jasmine/node_modules/karma-phantomjs-launcher/node_modules/phantomjs/lib/phantom/examples/movies.js
hooch-0.4.1 jasmine/node_modules/karma-phantomjs-launcher/node_modules/phantomjs/lib/phantom/examples/movies.js
hooch-0.4.0 jasmine/node_modules/karma-phantomjs-launcher/node_modules/phantomjs/lib/phantom/examples/movies.js
hooch-0.3.0 jasmine/node_modules/karma-phantomjs-launcher/node_modules/phantomjs/lib/phantom/examples/movies.js
hooch-0.2.1 jasmine/node_modules/karma-phantomjs-launcher/node_modules/phantomjs/lib/phantom/examples/movies.js
hooch-0.2.0 jasmine/node_modules/karma-phantomjs-launcher/node_modules/phantomjs/lib/phantom/examples/movies.js
hooch-0.1.0 jasmine/node_modules/karma-phantomjs-launcher/node_modules/phantomjs/lib/phantom/examples/movies.js
hooch-0.0.8 jasmine/node_modules/karma-phantomjs-launcher/node_modules/phantomjs/lib/phantom/examples/movies.js
hooch-0.0.7 jasmine/node_modules/karma-phantomjs-launcher/node_modules/phantomjs/lib/phantom/examples/movies.js
hooch-0.0.6 jasmine/node_modules/karma-phantomjs-launcher/node_modules/phantomjs/lib/phantom/examples/movies.js
entangled-0.0.16 spec/dummy/public/node_modules/phantomjs/lib/phantom/examples/movies.js
entangled-0.0.15 spec/dummy/public/node_modules/phantomjs/lib/phantom/examples/movies.js
entangled-0.0.14 spec/dummy/public/node_modules/phantomjs/lib/phantom/examples/movies.js
entangled-0.0.13 spec/dummy/public/node_modules/phantomjs/lib/phantom/examples/movies.js
entangled-0.0.12 spec/dummy/public/node_modules/phantomjs/lib/phantom/examples/movies.js
entangled-0.0.11 spec/dummy/public/node_modules/phantomjs/lib/phantom/examples/movies.js
entangled-0.0.10 spec/dummy/public/node_modules/phantomjs/lib/phantom/examples/movies.js
phantomjs.rb-0.0.2 vendor/phantomjs-1.5.0-liunx-x86-dynamic/examples/movies.js
phantomjs.rb-0.0.2 vendor/phantomjs-1.4.1_OSX/examples/movies.js
phantomjs.rb-0.0.1 vendor/phantomjs-1.4.1_OSX/examples/movies.js