You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-11Lines changed: 16 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,26 @@
1
-
# NIP24 Client for Python
1
+
# NIP24 Client for JavaScript
2
2
3
-
This is the official repository for NIP24 Client for Python: https://nip24.pl
3
+
This is the official repository for [NIP24](https://nip24.pl) Client for JavaScript
4
4
5
-
This library contains validators for common Polish tax numbers like NIP, REGON and KRS. Validators for
6
-
EU VAT ID and IBAN are also included. After registration at NIP24 Portal this library could be used for various
7
-
on-line validations of Polish and EU companies. Please, visit our web page for more details.
5
+
This library contains validators for common Polish tax numbers like NIP, REGON and KRS. Validators for EU VAT ID
6
+
and IBAN are also included. After registration at [NIP24](https://nip24.pl) Portal this library could be used for
7
+
various on-line validations of Polish and EU companies. Please, visit our web page for more details.
8
8
9
-
# Documentation
9
+
##Documentation
10
10
11
-
The documentation and samples are available at https://nip24.pl/dokumentacja/
11
+
The documentation and samples are available [here](https://nip24.pl/dokumentacja/).
12
12
13
-
#Version
13
+
## How to use
14
14
15
-
Version 1.3.3 is the last version compatible with Python 2.7 and is available for download here: https://github.com/nip24pl/nip24-python-client/releases/tag/1.3.3
16
-
Begining from version 1.3.4 only Python 3.7 and newer is supported.
15
+
Add the following dependency using the _pip_ tool:
0 commit comments