Skip to content

practice landing page where you can consume an api, with all the things learned about asynchronous java script

License

Notifications You must be signed in to change notification settings

deibyrayo/async-landing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome 💛

  • Welcome to the repository where you can see how to connect to an api using async await with javascript

How is the project organized? ⚙️

  • 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 does the youtube api do in this project? 🎥

  • what this api does is bring us the last 10 videos published from a yotube channel according to the configuration that

code that gave us the rapidApi 👨‍💻

About

practice landing page where you can consume an api, with all the things learned about asynchronous java script

Resources

License

Stars

Watchers

Forks

Packages

No packages published