JavaScript Problem: Using Fetch to Retrieve Cryptocurrency Data

JavaScript Problem: Using Fetch to Retrieve Cryptocurrency Data

XMLHttpRequest is a tired solution for retrieving data from a site. In this tutorial we will look at the fetch API. And we will use the coinmarketcap cryptocurrency site as an example site in retrieving data. We will look at the process of getting an API Key and then retrieving the data we want.

For more resources on JavaScript:
http://www.allthingsjavascript.com

Full personalized courses on JavaScript:
https://http://allthingsjavascript.com/personalized.html
Courses offered on Udemy: Getting Started or Advanced Topics at a huge discount:
https://www.udemy.com/learn-modern-javascript-getting-started/?couponCode=YOUTUBE
https://www.udemy.com/learn-modern-javascript-advanced-topics/?couponCode=YOUTUBE

Tutorials referred to in this video:
JavaScript Promises playlist: https://www.youtube.com/playlist?list=PLTo9PCskHpbHIDnzl8tRYldSCSQaFgAHd

Related Post: