/urbandictionary-dotnet

Urban Dictionary API client for .NET

Primary LanguageC#MIT LicenseMIT

Urbandic

Urban Dictionary API client for .NET

Download

NuGet

.NET CLI

dotnet add package Urbandic

NuGet CLI

nuget install Urbandic

Package Manager

Install-Package Urbandic

Example

static void Main(string[] args)
{
    foreach (var i in UrbanDictionary.Search("Dictionary"))
    {
        Console.WriteLine(i.definition);
    }
}

License

Urbandic is released under the MIT License.