Skip to content

Commit ee2e0af

Browse files
Create README.md
1 parent d9aedbb commit ee2e0af

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

Youtube Search Engine/README.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
![Image of Yaktocat](https://octodex.github.com/images/filmtocat.png)
2+
# Youtube Search Engine
3+
In this project, I am using the Youtube data API v3. This is the first project where i have used a third party API. Youtube gives us the ability to search, upload and publish all sorts of videos on their servers; but in this project I am focusing only on the search API. So, Youtube still provides v2 of data API, but we are using the latest one to learn more. The search box will be animated which is another piece of javascript code that is implemented during the project.I have used the `channelList` and `searchList` methods as well as `fancyBox plugin` to open videos. The previous and next page functionality is also included.
4+
The most challenging but fun part is making the GET request using $.get() and looping through the result set and dynamically inserting it into the HTML. Some fundamental concepts here are using the jQuery *animate()* method for the search bar and using the API Page Tokens.
5+
6+
***
7+
# Getting Started
8+
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
9+
***
10+
# Prerequisites
11+
```
12+
Things you need to know before you start working with the project
13+
```
14+
1. HTML5
15+
2. CSS3
16+
3. JQuery
17+
4. Javascript
18+
***
19+
# Installing
20+
You can use git clone or simply download the zip to your local machine.
21+
***
22+
# Testing
23+
This application has been tested on several other browsers like Chrome, Mozilla and Microsoft Edge.
24+
***
25+
# Built With
26+
1. HTML5
27+
2. CSS3
28+
3. JQuery
29+
4. Javascript
30+
5. Bootstrap
31+
***
32+
# Contributing
33+
Please read 'CONTRIBUTING.md' for details on our code of conduct, and the process for submitting pull requests to us.
34+
***
35+
# Authors
36+
* Vaibhav Acharya
37+
***
38+
# License
39+
This project is licensed under the MIT License - see the 'LICENSE.md' file for details
40+
***
41+
# Acknowledgments
42+
I would like to thank the JQuery twitter team for awesome feedback and timely response.
43+
I hope this project will inspire you to create many more projects ahead.
44+
Thank you for using or contributing to this repository.

0 commit comments

Comments
 (0)