Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 857 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 857 Bytes

#Project 2 Repo

281 Project 2 Learning Outcomes

Learning Objectives

  • A web API or Application Programming Interface is an API accessed using the HTTP protocol.
  • Web APIs often deliver data formatted as JSON.
  • A web API can be accessed programmatically using JavaScript.
  • The API documentation must first be consulted in order to understand how the API works and what it returns.- Some web APIs are public, and others require an access key. Flickr offers several public APIs.

Repo start-state:

  1. README.md
  2. .gitignore
  3. gallery.html, gallery.css, gallery.js

Project 1 Learning Outcomes

  • Basic Unix Shell commands
  • Install and Configure Git using the Unix Shell
  • Basic Git Commands (add, commit, push, clone)
  • Github overview
  • Markdown language for README files
  • JavaScript ES6+ features
  • How to create folders through the Shell