GitXplorerGitXplorer
s

ViewComponentsDemo

public
8 stars
5 forks
0 issues

Commits

List of commits on branch master.
Unverified
d1969f283d0e560681fef5d9e5110941e4ad1cfd

link to appsettings.json in SUT project

sscottaddie committed 5 years ago
Unverified
1a7216245b48846336ec440bb31f9b05616e8f84

comment out secrets.json file link

sscottaddie committed 5 years ago
Unverified
f66fea38dd819cf0dadb74f19238e17ed99d4db5

More unit tests refactoring

sscottaddie committed 5 years ago
Unverified
b4fcf57e04eb1821b0f325f3d1451755b1918f26

Move weather location config values to central location

sscottaddie committed 5 years ago
Unverified
83980f21bdc8d84344cd1a65383b2a39b3f4a94f

Refactoring in Program.cs

sscottaddie committed 6 years ago
Unverified
d75387f0918559b0ba594910eaec4260b501cde7

refactoring

sscottaddie committed 6 years ago

README

The README file for this repository.

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>