Skip to content

Code-Codex/Codex.API.MTG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codex.API.MTG

.NET api for magicthegathering.io

This API is built using .NET Core which is a new cross platform (Windows, Linux, Mac) implementation of Windows .NET runtime. More information on .NET Core can be found on their github repository at Github

NOTE - You will need .NET core install on your machine to do a build.

Build steps

  1. Download the repository.
  2. Open a command prompt and navigate to the root directory of the downloaded repository.
  3. Run the commands in order: (More information at Microsoft)
    • dotnet restore
    • dotnet build
  4. At this point your the api is built and you can run the test application by running "dotnet run"

About

.NET Core api for magicthegathering.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages