An open API service indexing awesome lists of open source software.

https://github.com/stscoundrel/runes-api-dotnet

.NET based API for transforming text to runes
https://github.com/stscoundrel/runes-api-dotnet

csharp futhark futhark-runes futhorc futhorc-runes futhork runes

Last synced: 4 months ago
JSON representation

.NET based API for transforming text to runes

Awesome Lists containing this project

README

        

# Runes API (.NET)

.NET/ASP.NET based API for transforming text to runes.

Depends on [Riimut](https://github.com/stscoundrel/riimut-cs) C# library.

### Run in docker

```
docker build runes-api-dotnet .
docker run -p 5000:80 runes-api-dotnet
```

Navigate to
`http://localhost:5000/api/younger-futhark/your-content-string-here`
`http://localhost:5000/api/elder-futhark/your-content-string-here`
`http://localhost:5000/api/medieval-futhork/your-content-string-here`
`http://localhost:5000/api/futhorc/your-content-string-here`