Validate Swedish personal identity numbers. Follows version 3 of the specification.
Install the module with npm:
luarocks install personnummer
local Personnummer = require("personnummer")
Personnummer.valid("198507099805")
-- true
docker build -t luap .
docker run --rm -it -v $(pwd):/app luap /bin/ash -c "luarocks make && busted spec"
MIT