Skip to content

kamnyborg/FagMiles-2023

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FagMiles-2023

A few reference implementations for the game. All of them starts a web server that listens on root for get requests with query parameter q. The response should be a string. Feel free to submit pull requests if you implement it in a different language.

dotnet-classic

A classic controller based WebAPI using dotnet7.

dotnet-minimal

Minimal style WebAPI using dotnet7.

node

Express.js web server for Node.js

python

Web server in Python using the Flask web framework

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 61.0%
  • JavaScript 27.1%
  • Python 11.9%