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
- Host: GitHub
- URL: https://github.com/stscoundrel/runes-api-dotnet
- Owner: stscoundrel
- Created: 2021-10-26T08:01:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-26T13:22:59.000Z (over 3 years ago)
- Last Synced: 2023-03-04T00:13:05.297Z (over 2 years ago)
- Topics: csharp, futhark, futhark-runes, futhorc, futhorc-runes, futhork, runes
- Language: C#
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`