Video description
Improve and enhance your web site’s functionality by connecting your web pages directly to your data. User requests and queries will go to the data stored in your Google Sheets and get results returned in real time.
Learn how to connect to Google Sheets with JavaScript Fetch, and return queries in JSON. See how to use the data directly on your web pages and within your web applications. Making data requests using fetch provides a seamless experience to the user without page reload. The user interacts with the web page, triggering the events that call to the data source to return the results. Using Google Sheets provides a serverless way—without a database—to query a web data source.
Get practical experience building a sample dynamic web app. The example app creates a URL generator for your website that uses a simple input field to specify the appropriate Google Sheet, and then returns the results from interactive web input fields specific to each request.
Distributed by Manning Publications
This course was created independently by Laurence Svekis and is distributed by Manning through our exclusive liveVideo platform.
About the Technology
About the Video
What's Inside
- How to setup your Google Sheet to output data as a web endpoint
- Connect to a Google Sheet from JavaScript frontend code using Fetch
- Get Sheet data as JSON format so it can be used for JavaScript
- Output Sheet data into your webpages
- Create a URL generator website from scratch with HTML, CSS, and JavaScript
About the Reader
Experience with HTML, CSS, JSON, and JavaScript
About the Author
Laurence Svekis is an experienced Google developer who has worked on multiple enterprise level applications, hundreds of websites and business solutions, and many unique and innovative web applications. He created his first computer application in 1990 and first website in 1998. Laurence has been providing web development courses and digital marketing strategy courses since 2002, teaching countless learners how to bring amazing things to life online.
Quotes
Product information
- Title: Learn how to Connect Data to Web Pages with JSON and JavaScript Fetch
- Author(s):
- Release date: August 2022
- Publisher(s): Manning Publications
- ISBN: 10000DIHV2022103
You might also like
video
25+ Projects with AJAX, JavaScript, and JSON
AJAX allows you to communicate with the server, exchange data, and update the page without having …
article
Splitting Strings on Any of Multiple Delimiters
Build your knowledge of Python with this Shortcuts collection. Focusing on common problems involving text manipulation, …
article
Reinventing the Organization for GenAI and LLMs
Previous technology breakthroughs did not upend organizational structure, but generative AI and LLMs will. We now …
article
Use Github Copilot for Prompt Engineering
Using GitHub Copilot can feel like magic. The tool automatically fills out entire blocks of code--but …