Skip to content

DGM3780/Use-a-REST-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 

Repository files navigation

Use a REST API

In this assignment, we will be creating a simple webpage/web app that will display data returned from an open web API.

Steps

  1. Select an open (no authentication required) API. - A few of my favorites are the Star Wars API and the PokeAPI (More below)
  2. Create a website.
  3. Connect the website to the API and display data from the API.
  4. Add interactivity. (2 items) - Things like click for more information, and search are good ways to allow user interactivity.

Helpful Hints

  • The interactivity can be simple. Things like pagination (a next button), or view more detail, work great!
  • Keep the HTML website simple, use a html framework and/or template. This is about using javascript to fetch (cough.. Cough.. hint..) data.

List of Public APIs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors