Skip to content

aherd2985/UtilityBelt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

76759c9 · Oct 29, 2024
Oct 4, 2020
Oct 10, 2020
Oct 7, 2020
Oct 7, 2020
Oct 29, 2024
Oct 4, 2020
Oct 4, 2020
Oct 12, 2020
Oct 29, 2024
Oct 1, 2022
Oct 7, 2020
Oct 7, 2020
Oct 10, 2020
Oct 5, 2020
Oct 7, 2020
Oct 7, 2020
Oct 7, 2020

Repository files navigation

UtilityBelt

Fun console application

Learn the basics of Git and C#

Participate in Hacktoberfest.

This project incorporates User Secrets.

https://docs.microsoft.com/en-us/aspnet/core/security/app-secrets?view=aspnetcore-3.1&tabs=windows https://technoherder.com/fredAPIsecret.php

Here is an example of the secrets.json file:

{
  "SecretsModel": {
    "Email": "[email protected]",
    "EmailPassword": "yourPassword",
    "OpenWeatherMapApiKey": "yourApiKey",
    "DiscordWebhook": "yourWebhook"
  }
}

The Open Weather API key can be generated for free from their site:

https://openweathermap.org/api

Feel free to holler if you have any questions or concerns.

Happy coding!