Skip to content

thechampagne/urbandictionary-dotnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Urban Dictionary API client for .NET

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages