Skip to content

Commit

Permalink
Added YqlpRequest and webOSExt
Browse files Browse the repository at this point in the history
  • Loading branch information
jaycanuck committed Apr 9, 2012
1 parent dea585e commit e747de9
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 0 deletions.
Binary file added gallery_images/JayCanuck.YqlpRequest.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gallery_images/JayCanuck.webOSExt.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 40 additions & 0 deletions gallery_manifest.json
Expand Up @@ -311,6 +311,46 @@
"license": "MIT License",
"version": "1.0",
"blurb": "Cross-domain fetching of xml data, via YQL, returned converted into json format."
},
{
"name": "JayCanuck.YqlpRequest",
"displayName": "YqlpRequest",
"owner": "JayCanuck",
"dependencies": [
{
"name": "Enyo 2",
"version": ""
},
{
"name": "JsonpRequest",
"version": ""
}
],
"url": "https://github.com/JayCanuck/Enyo-2-Components/tree/master/yqlprequest",
"demoUrl": "http://jaycanuck.github.com/Enyo-2-Components/yqlprequest/demo.html",
"submissionDate": "April 9, 2012",
"testedPlatforms": "Firefox 11.0 (Windows), Google Chrome 18.0.1025.142 (Windows), Internet Explorer 9.0.8112.16421 (Windows)",
"license": "MIT License",
"version": "1.0",
"blurb": "Cross-domain fetching of YQL queries, returned in json format. More information on YQL format can be found at http://developer.yahoo.com/yql/ and an expansive collection of YQL data tables can be found at http://www.datatables.org"
},
{
"name": "JayCanuck.webOSExt",
"displayName": "webOSExt",
"owner": "JayCanuck",
"dependencies": [
{
"name": "Enyo 2",
"version": ""
}
],
"url": "https://github.com/JayCanuck/Enyo-2-Components/tree/master/webos-ext",
"demoUrl": "http://jaycanuck.github.com/Enyo-2-Components/webos-ext/demo.html",
"submissionDate": "April 9, 2012",
"testedPlatforms": "webOS 3.0.5",
"license": "Apache 2.0",
"version": "1.0",
"blurb": "webOSExt provides Enyo2 binding for an assortment of Mojo/Enyo1 webOS-exclusive API, including screen orientation, banner notifications, launch parameters, deviceinfo, palm service requests, etc."
}
]
}

0 comments on commit e747de9

Please sign in to comment.