/ByteDev.GiphyHttpStatus

Get Giphy images for HTTP status codes!

Primary LanguageC#MIT LicenseMIT

Build status NuGet Package License: MIT

ByteDev.GiphyHttpStatus

Library providing giphy style http status codes.

Installation

ByteDev.GiphyHttpStatus has been written as a .NET Standard 2.0 library, so you can consume it from a .NET Core or .NET Framework 4.6.1 (or greater) application.

ByteDev.GiphyHttpStatus is hosted as a package on nuget.org. To install from the Package Manager Console in Visual Studio run:

Install-Package ByteDev.GiphyHttpStatus

Further details can be found on the nuget page.

Release Notes

Releases follow semantic versioning.

Full details of the release notes can be viewed on GitHub.

Code

The repo can be cloned from git bash:

git clone https://github.com/ByteDev/ByteDev.GiphyHttpStatus

Usage