- Welcome to the repository where you can see how to connect to an api using async await with javascript
- We have 4 branches, the main branch
(main)that is without implementing any api logic - the implementation branch of the api
(api-youtube-videos)that has the logic to use the yotube api which we took from the RapidApi page (https://rapidapi.com/ytdlfree/api/youtube-v31/ ) - the gitHub pages deployment branch
(npm-gitHub-pages)which has the packages and the line of code in the package.json file to deploy to github pages - the gitHub production branch
(gh-pages)which only has the static files in the src folder so that the page can be viewed as a website
- what this api does is bring us the last 10 videos published from a yotube channel according to the configuration that


