Now I'm planning to do a project with using Twitter API again. Actually, I'm thinking on it very long but I have a chance to make it happen at this moment. I even gave a name for it: Tweevio.
Tweevio will show the last Youtube videos that are shared in Twitter. Yes, that simple.
After this convincing explanation of the project, let see how I'm planing to do this project:
I think I have to use Youtube API for playing videos. Also, I'm planning to use jQuery library. Actually, I don't know jQuery but in CodeAcademy there are really good tutorials. I will follow those tutorias to have an idea. The reason I choose jQuery is to make my job easier on sending HTTP request and JSON parsing.
Before starting this project, I separated the things that will be done into simple tasks. Here they are:
- Send HTTP request to Twitter Search API. And store the response in a variable. (Youtube.com, youtu.be will be searched in tweets.)
- Parse the JSON which will come as response and extract Youtube links from it. (Maybe using regular expressions.)
- Write a simple website which just has an input box and button. This website will show the Youtube video whose url is entered in input box.
- Prepare a very simple website with Twitter Bootstrap. (Use placeholder images.)
This is the design of the site created with Balsamiq Mockups.
No comments:
Post a Comment