Skip to content

Commit 8189419

Browse files
authored
altermative texts for the third party APIs (#19925)
1 parent 30b90e4 commit 8189419

File tree

1 file changed

+1
-1
lines changed
  • files/en-us/learn/javascript/client-side_web_apis/third_party_apis

1 file changed

+1
-1
lines changed

files/en-us/learn/javascript/client-side_web_apis/third_party_apis/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ We also built another example for you to study and learn from — see our [YouTu
387387

388388
This example is interesting because it shows two related third-party APIs being used together to build an app. The first one is a RESTful API, while the second one works more like Mapquest (with API-specific methods, etc.). It is worth noting however that both of the APIs require a JavaScript library to be applied to the page. The RESTful API has functions available to handle making the HTTP requests and returning the results.
389389

390-
![](youtube-example.png)
390+
![A screenshot of a sample Youtube video search using two related APIs. The left side of the image has a sample search query using the YouTube Data API. The right side of the image displays the search results using the Youtube Iframe Player API.](youtube-example.png)
391391

392392
We are not going to say too much more about this example in the article — [the source code](https://github.com/mdn/learning-area/tree/main/javascript/apis/third-party-apis/youtube) has detailed comments inserted inside it to explain how it works.
393393

0 commit comments

Comments
 (0)