Created
January 12, 2016 15:03
-
-
Save 350d/f76d80b239313da009fe to your computer and use it in GitHub Desktop.
Revisions
-
350d created this gist
Jan 12, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,15 @@ function getRSS(url) { $.getJSON('http://www.google.com/uds/Gfeeds', { context: 0, num: 10, hl: 'en', output: 'json', v: '1.0', nocache: 0, q: url },function(json) { console.log(json); } ) }