NASA Facilities & Weather App

Description

This app fetches and displays information about all NASA facilities, including the center, facility name, location (city, state, zipcode) and current weather conditions.

Check out the app here!

Tech Used

  • HTML
  • CSS
  • JavaScript

Lessons Learned

  • How to display and append data using tables in HTML.
  • Using HTTPS for API requests helps ensure security, compliance with Same-Origin Policy, and integrity of the data being transmitted between the web page and external server.