https://github.com/chances/youtube-js-demo
A short and sweet JavaScript demo that brings you YouTube search results.
https://github.com/chances/youtube-js-demo
Last synced: 11 months ago
JSON representation
A short and sweet JavaScript demo that brings you YouTube search results.
- Host: GitHub
- URL: https://github.com/chances/youtube-js-demo
- Owner: chances
- Created: 2014-02-03T21:58:28.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-03T21:59:27.000Z (over 12 years ago)
- Last Synced: 2025-02-27T00:41:18.018Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 94.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#YouTube Search Toy
A little example project to demonstrate the use of JavaScript for the Computer Action Team Braindump I gave on and introduction to JavaScript on Friday, January 31, 2014.
This toy performs a search with the YouTube API for a video given a query and renders the results to a list. It also makes use of the [jQuery API](https://jquery.com/).