Hands-on JavaScript Project: JSON

Go to class
Write Review

Free Online Course: Hands-on JavaScript Project: JSON provided by Pluralsight is a comprehensive online course, which lasts for 1-2 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from Pluralsight. Hands-on JavaScript Project: JSON is taught by Paul Cheney.

Overview
  • Learn to leverage the power of AJAX to access and display JSON data from your local server, as well as from an external site using an API. You'll also learn how to create JSON files.

    In this course, Hands-on JavaScript Project: JSON, you'll have an opportunity to practice creating and accessing JSON data using JavaScript. First, you'll explore how to create JSON files within a JavaScript file. Next, you'll load those files on your local host using an XML HTTP request. Finally, you'll load them from the Weather Underground site using an API. By the end of this course, you'll have a working example of a hospitality page, where the data is dynamically loaded using AJAX, as well as a weather application where the current weather conditions are displayed for any zip code.

    Topics:

    • Course Overview
    • Introduction
    • Exploring JSON
    • Loading External JSON Data
    • Structuring JSON Data
    • Final Project: Weather Site