NineGag 0.2.1

dotnet add package NineGag --version 0.2.1
NuGet\Install-Package NineGag -Version 0.2.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NineGag" Version="0.2.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NineGag --version 0.2.1
#r "nuget: NineGag, 0.2.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install NineGag as a Cake Addin
#addin nuget:?package=NineGag&version=0.2.1

// Install NineGag as a Cake Tool
#tool nuget:?package=NineGag&version=0.2.1

9GAG.NET is a simple, lightweight, and portable library for accessing 9GAG from managed languages. Since 9GAG does not seem to have an official API, this library is essentially parsing the 9GAG website and extracts all the useful information. It abstracts away all the nasty HTML parsing and makes it really simple to get all the posts from 9GAG. The library is also fully asynchronous and available for a lot of platforms.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • Portable Class Library (.NETFramework 4.5, Windows 8.0, WindowsPhoneApp 8.1)

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.2.1 1,944 4/20/2016
0.2.0 1,397 2/20/2016
0.1.0 1,200 2/15/2016

Added the XML documentation, so that Intellisense provides more information to the user.