Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 455 Bytes

readme.md

File metadata and controls

22 lines (14 loc) · 455 Bytes

personnummer Build Status

Validate Swedish personal identity numbers.

Example

import personnummer.Personnummer

Personnummer.valid("198507099805")
//=> true

Test locally with docker

docker run -it --rm -v ~/.ivy2:/root/.ivy2 -v ~/.sbt:/root/.sbt -v $PWD:/app -w /app mozilla/sbt sbt test

License

MIT