Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
@untidy/thetvdb
Advanced tools
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.
fetch
module from Node.js for making HTTP requestsYou 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
@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);
@untidy/thetvdb
is licensed under the
Apache-2.0 license - ©
2023, 2024 falsepopsky.
FAQs
Client library for TheTVDB API in Node.js
The npm package @untidy/thetvdb receives a total of 4 weekly downloads. As such, @untidy/thetvdb popularity was classified as not popular.
We found that @untidy/thetvdb demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
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.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.