Skip to content

kahy9/UtilityBelt

 
 

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!

About

Fun console application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%