/api-intro

Primary LanguageJavaScript

API Intro

Objectives

  • Explain what an API is

  • Use fetch to GET data from an external API

  • Append data from a fetch request to the DOM

  • Stretch: Identify API's you would like to use!

Notes

Resources

Solutions

  • Switch to one of the 'breakout' branches to see completed code