Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 698 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 698 Bytes

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!