Socket
Socket
Sign inDemoInstall

@untidy/thetvdb

Package Overview
Dependencies
0
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @untidy/thetvdb

Client library for TheTVDB API in Node.js


Version published
Weekly downloads
65
increased by622.22%
Maintainers
1
Install size
61.2 kB
Created
Weekly downloads
 

Readme

Source

@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.

Keywords

FAQs

Last updated on 01 May 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc