-
Book Overview & Buying
-
Table Of Contents
Blazor WebAssembly by Example - Third Edition
By :
To complete this project, you need to have Visual Studio 2026 installed on your PC. For instructions on how to install the free Community Edition of Visual Studio 2026, refer to Chapter 1, Introduction to Blazor WebAssembly.
You will be using an external weather API to access the weather forecast data for your project. The API is the OpenWeather One Call API, a free service that is provided by OpenWeather (https://openweathermap.org). To get started with this API, create an account and obtain an API key. If you do not want to create an account, you can use the weather.json file that I have provided in the Resources folder of the GitHub repository instead.
You can download the example project and code for this book by following the instructions in the Download the example code files section in the Preface of this book.
This chapter's code files are included in the downloadable code bundle.
The Code-in-Action video with step-by-step instructions for the project...