Skip to content

Commit 7a7a486

Browse files
committed
docs: add brand logo to header + related-libraries footer
Match the visual + cross-linking pattern used by the other newsdataapi/* client repos.
1 parent 269f148 commit 7a7a486

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<div align="center">
22

3+
![Newsdata.io logo](https://raw.githubusercontent.com/newsdataapi/newsdata-reactjs-client/main/newsdata-logo.png)
4+
35
# Newsdata.io React.js Client
46

57
[![npm version](https://img.shields.io/npm/v/newsdataapi?logo=npm&color=cb3837)](https://www.npmjs.com/package/newsdataapi)
@@ -193,6 +195,21 @@ npm install
193195
npm test # node:test, 34 tests, no API key required
194196
```
195197

198+
## Related libraries
199+
200+
Official Newsdata.io clients across languages and runtimes:
201+
202+
- **Python**[newsdataapi/python-client](https://github.com/newsdataapi/python-client) ([PyPI](https://pypi.org/project/newsdataapi/))
203+
- **Node.js**[newsdataapi/newsdata-nodejs-client](https://github.com/newsdataapi/newsdata-nodejs-client) (npm)
204+
- **PHP**[newsdataapi/php-client](https://github.com/newsdataapi/php-client) ([Packagist](https://packagist.org/packages/newsdataio/newsdataapi))
205+
- **Java**[newsdataapi/newsdata-java-sdk](https://github.com/newsdataapi/newsdata-java-sdk) (Maven Central)
206+
- **.NET**[newsdataapi/newsdata-dotnet-sdk](https://github.com/newsdataapi/newsdata-dotnet-sdk) ([NuGet](https://www.nuget.org/packages/Newsdata.Api/))
207+
- **Go**[newsdataapi/newsdata-go-client](https://github.com/newsdataapi/newsdata-go-client) (Go modules)
208+
- **Dart / Flutter**[newsdataapi/newsdata-flutter-client](https://github.com/newsdataapi/newsdata-flutter-client) (pub.dev)
209+
- **MCP Server (AI assistants)**[newsdataapi/newsdata.io-mcp](https://github.com/newsdataapi/newsdata.io-mcp) ([PyPI](https://pypi.org/project/newsdata-mcp/))
210+
211+
Also see [free news datasets](https://github.com/newsdataapi/newsdata.io-free-datasets) for ML / NLP work.
212+
196213
## License
197214

198215
[MIT](./LICENSE)

newsdata-logo.png

2.48 KB
Loading

0 commit comments

Comments
 (0)