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
- Host: GitHub
- URL: https://github.com/thinkphp/yql-utilities
- Owner: thinkphp
- Created: 2009-07-03T18:06:36.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2012-04-11T11:14:48.000Z (almost 14 years ago)
- Last Synced: 2024-04-14T14:54:29.571Z (almost 2 years ago)
- Language: JavaScript
- Homepage: http://thinkphp.ro/apps/js-hacks/YQL-utilities
- Size: 125 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.