The goal of this test project is to develop a secure YouTube search form using the YouTube API. A successful search should display a maximum of 10 results on the results.html page. Ensure this table only lists the ID and the Title of the video.
Create a local environment file that has your Google API key in this and hide it in the .gitignore. Do not push your API key to any repository.
- Secure your search form.
- Validate user input.
- Document your code with comments.
The project already includes some boilerplate development tools loaded through Node to get you started.
- Install dependencies:
npm install && bower install - Run
gulp serveto preview and watch for changes with BrowserSync - Run
gulpto build your webapp for production - Run
gulp serve:distto preview the production build - Run
gulp serve:testto run the tests in the browser
Once you have completed this project, please create a pull request.
This project was setup with the Yeoman Gulp Webapp Generator. More information »
