Closes #255: adding Yusif's project to docs

This commit is contained in:
Alejandro
2025-06-05 09:43:42 -05:00
parent 6ca8666a2d
commit 3e9f6d6bd6
2 changed files with 23 additions and 0 deletions
+11
View File
@@ -197,6 +197,17 @@ https://restcountries.com/v3.1/{service}?fields={field},{field},{field}
``` html
https://restcountries.com/v3.1/all?fields=name,capital,currencies
```
## REST Countries Typed API Package
Yusif Aliyev from Azerbaijan created [an npm package](https://www.npmjs.com/package/@yusifaliyevpro/countries)
which provides TypeScript support for the REST Countries API. Everyone can use
the package for their own purpose.
This package offers full type and autocomplete support for anyone using
JavaScript or TypeScript. Users no longer need to spend time reading
documentation or manually writing API URLs and types. You can easily use
all the package's functionalities by calling its functions.
He is also open to contributing further improvements.
You can find the code [here](https://github.com/yusifaliyevpro/countries)
## Similar projects
* [REST Countries] (original project)