1.1.0 â€ĸ Published 22 hours ago

@untidy/thetvdb v1.1.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
22 hours ago

@untidy/thetvdb

thetvdb logo

ℹī¸ About

A lightweight and fully-typed client for accessing the TheTVDB API V4 for Node.js. This package provides a simple and intuitive interface for querying multiple API endpoints.

Note
This is an unofficial package and is not affiliated with or endorsed by TheTVDB. However, it uses the official TheTVDB API endpoints to retrieve information.

✨ Features

  • Access multiple endpoints of the TheTVDB API (check supported endpoints)
  • Built with TypeScript for full typing support
  • Uses the native fetch module from Node.js for making HTTP requests
  • ESM only

đŸ“Ļ Install

You can install @untidy/thetvdb package using your preferred package manager:

With npm:

npm install @untidy/thetvdb

With yarn:

yarn add @untidy/thetvdb

With pnpm:

pnpm add @untidy/thetvdb

🔰 Usage

@untidy/thetvdb is easy to use, simply create an instance of the TheTVDB class with your API token, and call any of the available methods to retrieve data from the TheTVDB API.

Example usage:

import { TheTVDB } from '@untidy/thetvdb';

const client = new TheTVDB('access token');
const { data } = await client.characterById('64140522');

console.log(data);

📄 Docs

📜 License

@untidy/thetvdb is licensed under the Apache-2.0 license - Š 2023, 2024 falsepopsky.

1.1.0

22 hours ago

1.0.0

4 months ago

0.1.0

10 months ago

0.3.0

9 months ago

0.2.0

9 months ago

0.5.0

6 months ago

0.4.0

6 months ago

0.0.7

11 months ago

0.0.6

12 months ago

0.0.5

12 months ago

0.0.4

12 months ago

0.0.2

1 year ago

0.0.0

1 year ago