bdarge / currency-svc

Converts a currency from one to another

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Currency service

{
    "base": "ETB",
    "symbol": "USD"
}

Output:

{
    "to": "USD",
    "base": "ETB",
    "value": 0.01761000044643879
}

About

Converts a currency from one to another


Languages

Language:Rust 83.7%Language:Dockerfile 16.3%