An open API service indexing awesome lists of open source software.

https://github.com/thinkphp/yql-utilities

YQL utilities and programs for working with YQL, coupling YUI, jQuery, MooTools to Build Dynamic Widgets
https://github.com/thinkphp/yql-utilities

Last synced: 3 months ago
JSON representation

YQL utilities and programs for working with YQL, coupling YUI, jQuery, MooTools to Build Dynamic Widgets

Awesome Lists containing this project

README

          

This project contains the following modules for free use and contribution:

* js-YQLWidget - JS widget to display any public YQL data.
* php-yqlWidget - PHP/JS widget to display private update streams (such as profile updates).
* Request.YQL - A simple MooTools Plugin that queries Yahoo's YQL, fetch the results through JSONP, and calls success callback with the results.
* jQuery-YQL - A simple jQuery Plugin that queries Yahoo's YQL, fetch the results through JSONP, and calls success callback with the results.
* YQLQuery - A pure handler JavaScript that queries Yahoo's YQL, fetch the results through JSONP, and calls success callback with the results.
* YQLCache - A wrapper to store YQL results in localStorage when the browser support it.