Skip to content

spilth/CayArpshay

Repository files navigation

Cay Arpshay

Pig Latin translation library, command-line interface and Web API written in C#

Getting Started

Check out the Project

$ git clone git@github.com:spilth/CayArpshay.git
$ cd CayArpshay

Run the Tests

$ dotnet test ClassLibTests

Build and Run the Command-Line Interface

$ dotnet build
$ ./Console/bin/Debug/net6.0/piglatin apple

Run and Use the Web API

$ dotnet dev-certs https --trust # Trust development HTTPS certificates
$ dotnet run --project WebApi

Then in a new terminal tab/window run the following:

$ open https://localhost:7068/swagger/
$ curl -X GET "https://localhost:7068/Translation?english=apple" -H "accept: text/plain"

About

Pig Latin Translator in C#

Topics

Resources

Stars

Watchers

Forks

Languages