cedendahlkim/Swedish Currency Converter
Convert Swedish kronor (SEK) to major currencies with Swedish naming — valutakonverterare for CI/CD
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| amount | Amount to convert (number, supports "kr" suffix and spaces) | yes | 100 |
| from_currency | Source currency code (SEK, EUR, USD, GBP, NOK, DKK, CHF, etc.) | yes | SEK |
| to_currency | Target currency code (SEK, EUR, USD, GBP, NOK, DKK, CHF, etc.) | yes | EUR |
Outputs
| name | description |
|---|---|
| amount | Original amount |
| from_currency | Source currency code |
| from_name | Swedish name of source currency (e.g. "Svenska kronor") |
| to_currency | Target currency code |
| to_name | Swedish name of target currency |
| exchange_rate | Exchange rate used for conversion |
| result | Converted amount |
| formatted_result | Formatted result with currency symbol (e.g. "8.80 €") |