Exercise 10
API - Designing Around Data
Fetch data from an API and render the results of your request to an HTML page. Your final HTML page should be published at by next class.
Reference the API examples shown in class, but your assignment cannot be a copy of one of these examples. Choose a different endpoint and/or output different content.
The API source is up to you. Consider the Library of Congress API, which has extensive documentation. Alternatively, you could choose from from this list of Public APIs. Do note that APIs typically require authentication (for accountability). If you choose one that has Auth, you may need to register for access.
Use CSS to make a responsive design for the data you have loaded. Your final HTML page should be published at by next class.