From a7533d93640e7456a52109077bd1068610df8351 Mon Sep 17 00:00:00 2001 From: hallowshaw Date: Thu, 12 Oct 2023 02:48:49 +0530 Subject: [PATCH] Added Javascript Web APIs --- README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/README.md b/README.md index bae7eb82..29eb2223 100644 --- a/README.md +++ b/README.md @@ -1231,5 +1231,33 @@ All the translations for this repo will be listed below: **[⬆ Back to Top](#table-of-contents)** +--- + +## 34. JS Web APIs + +### Articles + +- [Introduction to Web APIs - What is a Web API?](https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Client-side_web_APIs/Introduction) +- [Introduction to JavaScript APIs - How does an API work?](https://www.knowledgehut.com/blog/web-development/javascript-web-apis) +- [A list of all the APIs that are available - Have a look](https://developer.mozilla.org/en-US/docs/Web/API) +- [A history and future of Web APIs - Researrch Paper](https://www.researchgate.net/publication/274527941_A_history_and_future_of_Web_APIs) +- [Web API Design - A Book by Brian Mulloy](https://pages.apigee.com/rs/apigee/images/api-design-ebook-2012-03.pdf) +- [Web API in short - Your favourite wikipedia for you](https://en.wikipedia.org/wiki/Web_API) +- [JavaScript Web APIs Series](https://dev.to/olodocoder/javascript-web-apis-series-introduction-fjk) + +### Videos + +- [What is a Web API - Learn in 5 mins by Apna College](https://youtu.be/XGa4onZP66Q?si=Ki-P8pFWoXJVNvSJ) +- [Want to know more about APIs? - A detailed explanation by FreeCodeCamp](https://youtu.be/WXsD0ZgxjRw?si=8Y2zISQFUOeHJiLZ) +- [Get to know about Web APIs in Hindi - Chai aur Code](https://youtu.be/0PaWV3wIfkM?si=MvRKBSLaxkes8qEc) +- [Full HTTP Networking Course – Fetch and REST APIs in JavaScript - FreeCodeCamp](https://youtu.be/2JYT5f2isg4?si=RRHOrMFsMnCjTrPM) +- [Get to know about Web APIs in Hindi - Chai aur Code](https://youtu.be/0PaWV3wIfkM?si=MvRKBSLaxkes8qEc) +- [Tutorial on Fetching API data and Displaying API data inside table - Step by Step](https://youtu.be/vvjaRIM4Bjs?si=ufNTkekRCX8RlMr8) +- [Let's learn the use of Web APIs with an interesting project - Image Search App by Tech2 etc](https://youtu.be/oaliV2Dp7WQ?si=vsYgHTYIWoINdiUP) + +**[⬆ Back to Top](#table-of-contents)** + +--- + ## License This software is licensed under MIT License, See [License](https://github.com/leonardomso/33-js-concepts/blob/master/LICENSE) for more information ©Leonardo Maldonado. \ No newline at end of file