Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 425 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 425 Bytes

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.