From 513e490fe76166e006871ba6b6eedba061895738 Mon Sep 17 00:00:00 2001 From: Justin Wernick Date: Sun, 4 Jun 2023 20:54:37 +0200 Subject: Add Codeberg CI badge Fix #5 --- README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 882c63f..836a601 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ -South African ID Number Parser -============================== +# South African ID Number Parser + +[![status-badge](https://ci.codeberg.org/api/badges/worthe-it/south-african-id-parser/status.svg)](https://ci.codeberg.org/worthe-it/south-african-id-parser) The ID Numbers issued in South Africa follow a regular format that you can use to derive some information about them. The following @@ -16,8 +17,7 @@ More information on the ID number format can be found [here](https://web.archive.org/web/20200101101847/http://geekswithblogs.net/willemf/archive/2005/10/30/58561.aspx) and [here](http://knowles.co.za/generating-south-african-id-numbers/). -Usage ------ +## Usage Download the library from NPM using the following command in a terminal: @@ -139,15 +139,13 @@ var isSouthAfricanCitizen = saIdParser.parseIsSouthAfricanCitizen(validIdNumber) //isSouthAfricanCitizen === true ``` -Support -------- +## Support If you get value from this project, consider supporting me on [Patreon](https://www.patreon.com/worthe_it). Support via Patreon will allow me to spend more time writing and publishing open source software. -License -------- +## License Copyright 2017-present, Justin Wernick -- cgit v1.2.3