Download Latest Version NewTqnia Node SDK v1.0.0 source code.zip (162.4 kB)
Email in envelope

Get an email when there's a new version of newtqnia-node

Home / v1.0.0
Name Modified Size InfoDownloads / 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

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! πŸš€

Source: README.md, updated 2026-07-26