Update README.md
This commit is contained in:
parent
07e7a467a3
commit
3c0f05d60c
12
README.md
12
README.md
|
@ -66,6 +66,12 @@ Additionally, for convenience, some native programming language formats have als
|
||||||
no
|
no
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### More Node Examples
|
||||||
|
* [js-demo.js](/examples/js-demo.js) Demo using the simple array of every TLD in JavaScript.
|
||||||
|
* [js-desc-demo.js](/examples/js-desc-demo.js) Demo using the TLD description hashmap in JavaScript.
|
||||||
|
* [js-type-demo.js](/examples/js-type-demo.js) Demo using the TLD type hashmap in JavaScript.
|
||||||
|
* [js-info-demo.js](/examples/js-info-demo.js) Demo using the array of TLD info hashmaps in JavaScript.
|
||||||
|
|
||||||
### PHP Usage
|
### PHP Usage
|
||||||
* use composer to add the `katmore/tld-enum` package to your project
|
* use composer to add the `katmore/tld-enum` package to your project
|
||||||
```sh
|
```sh
|
||||||
|
@ -112,15 +118,11 @@ Additionally, for convenience, some native programming language formats have als
|
||||||
no
|
no
|
||||||
```
|
```
|
||||||
|
|
||||||
## Examples
|
#### More PHP Examples
|
||||||
* [php-demo.php](/examples/php-demo.php) Demo using the simple array of every TLD in PHP.
|
* [php-demo.php](/examples/php-demo.php) Demo using the simple array of every TLD in PHP.
|
||||||
* [js-demo.js](/examples/js-demo.js) Demo using the simple array of every TLD in JavaScript.
|
|
||||||
* [php-TldDesc-demo.php](/examples/php-TldDesc-demo.php) Demo using the TLD description hashmap in PHP.
|
* [php-TldDesc-demo.php](/examples/php-TldDesc-demo.php) Demo using the TLD description hashmap in PHP.
|
||||||
* [php-TldType-demo.php](/examples/php-TldType-demo.php) Demo using the TLD type hashmap in PHP.
|
* [php-TldType-demo.php](/examples/php-TldType-demo.php) Demo using the TLD type hashmap in PHP.
|
||||||
* [php-TldInfo-demo.php](/examples/php-TldInfo-demo.php) Demo using the array of TLD info hashmaps in PHP.
|
* [php-TldInfo-demo.php](/examples/php-TldInfo-demo.php) Demo using the array of TLD info hashmaps in PHP.
|
||||||
* [js-desc-demo.js](/examples/js-desc-demo.js) Demo using the TLD description hashmap in JavaScript.
|
|
||||||
* [js-type-demo.js](/examples/js-type-demo.js) Demo using the TLD type hashmap in JavaScript.
|
|
||||||
* [js-info-demo.js](/examples/js-info-demo.js) Demo using the array of TLD info hashmaps in JavaScript.
|
|
||||||
|
|
||||||
## TLD List Formats
|
## TLD List Formats
|
||||||
* **CSV**: [tlds.csv](/tlds.csv)
|
* **CSV**: [tlds.csv](/tlds.csv)
|
||||||
|
|
Loading…
Reference in New Issue