An open API service indexing awesome lists of open source software.

https://github.com/aeonlucid/fortniteapi

An C# client library for the TrackerNetwork Fortnite API.
https://github.com/aeonlucid/fortniteapi

csharp fortnite

Last synced: 10 months ago
JSON representation

An C# client library for the TrackerNetwork Fortnite API.

Awesome Lists containing this project

README

          

FortniteApi
[![AppVeyor](https://img.shields.io/appveyor/ci/AeonLucid/FortniteApi/master.svg?maxAge=60)](https://ci.appveyor.com/project/AeonLucid/FortniteApi)
[![NuGet](https://img.shields.io/nuget/v/FortniteApi.svg?maxAge=60)](https://www.nuget.org/packages/FortniteApi)
===================

This library makes use of https://fortnitetracker.com/site-api.
Make sure to request an API key there and follow their guidelines.

## Installation

### Supported Platforms

* [.NET Standard 2.0](https://github.com/dotnet/standard/blob/master/docs/versions.md)

### NuGet

Click [here](https://www.nuget.org/packages/FortniteApi) for the NuGet page.

#### Console
Run `Install-Package FortniteApi` in `Tools > NuGet Package Manager > Package Manager Console`.

#### Package Browser
Right click your project in Visual Studio, click `Manage NuGet Packages..`, make sure `Browse` is pressed. Search for `FortniteApi` and press `Install`.