Skip to content

srik65/ViewComponentsDemo

Repository files navigation

ViewComponentsDemo

Build Status

An ASP.NET Core MVC app demonstrating the use of:

Prerequisites

  1. .NET Core SDK 2.2 or later. (Download here)

Setup

  1. Request a free API key for OpenWeatherMap's Current Weather API here.
  2. Store the API key as a user secret by doing the following:
    • In a command shell, navigate to the folder containing the *.csproj file
    • Execute the following command, where <your_api_key_here> is replaced with your unique API key:
      dotnet user-secrets set OpenWeatherMapApiKey <your_api_key_here>
      

ViewComponentsDemo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors