| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| NewTqnia Node SDK v1.0.0 source code.tar.gz | 2026-07-26 | 152.6 kB | |
| NewTqnia Node SDK v1.0.0 source code.zip | 2026-07-26 | 162.4 kB | |
| README.md | 2026-07-26 | 1.8 kB | |
| Totals: 3 Items | 316.8 kB | 2 | |
π NewTqnia Node SDK v1.0.0
We're excited to introduce the first official release of the NewTqnia Node.js SDK, making it simple to integrate NewTqnia's technology news API into Node.js and TypeScript applications.
Highlights
- π Official Node.js & TypeScript SDK
- β Fully typed API with first-class TypeScript support
- π¦ ESM and CommonJS compatible
- π API Key authentication
- β‘ Native Fetch-based HTTP client
- π Configurable retries with exponential backoff
- β±οΈ Request timeout and cancellation support
- π‘οΈ Strongly typed error handling
- π Comprehensive documentation and examples
- π§ͺ Automated test suite
- π§ GitHub Actions for continuous integration
- π TypeDoc-ready architecture
Installation
:::bash
npm install newtqnia-node
Quick Start
:::typescript
import { NewTqniaClient } from "newtqnia-node";
const client = new NewTqniaClient({
apiKey: process.env.NEWTQNIA_API_KEY,
});
// Start calling the NewTqnia API
Features
- Clean, intuitive client API
- Strong request and response typing
- Modern async/await interface
- Modular architecture for future expansion
- Lightweight with minimal runtime dependencies
- Built with long-term maintainability in mind
Resources
- π Website: https://newtqnia.com/
- π Developer Documentation: https://newtqnia.com/en/developers
- π° API Documentation: https://newtqnia.com/en/developers
- π§© Website Widget: https://newtqnia.com/en/widget
Feedback
This is the first public release, and we'd love your feedback. If you encounter any issues or have feature requests, please open an issue or start a discussion in this repository.
Thank you for supporting NewTqnia! π