Skip to content

EchoFrost/FindAllBonuses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FindAllBonuses

Finds all global KZ bonuses.

Building

To build the project you will need .NET Core 3.1.

To build the project:

dotnet build

To run the project:

dotnet run

Usage

If you have a global API key, this application looks for this in the form of a GLOBAL_API_KEY environment variable. You can run this application by building and running the exe, or by running the above run command.