cedendahlkim/Swedish Postal Code Validator
Validate Swedish postal codes (postnummer) and get city/county in CI/CD
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| postal_code | Swedish postal code to validate (e.g. 111 22 or 11122) | yes | — |
Outputs
| name | description |
|---|---|
| valid | Whether the postal code is valid (true/false) |
| formatted | Postal code in NNN NN format |
| city | Swedish city name (e.g. Stockholm, Göteborg) |
| county | Swedish county / län (e.g. Stockholms län) |