Skip to content

Nplu5/OpenWeatherLib

Repository files navigation

OpenWeatherLib

Build Status

Getting Started

If you want to develop for the library and want to use the Console example application you first have to create a 'Secretes.cs' class.

namespace ConsoleOpenWeatherLib
{
    internal class Secrets
    {
        internal static string OpenWeatherApiKey => "INSERT API KEY HERE";
    }
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages