tvdb-v4
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

The TVDB v4 API

Build Status Coverage Status

A feature-complete library for interfacing with The TVDB's new v4 API. Highlights of the module are described below:

  • The TVDB v4 API
  • Feature-complete
  • Promise-based API
  • No external dependencies
  • Native TypeScript support

Install

$ npm install tvdb-api

Usage

TypeScript

import TVDB from "tvdb-api";

// Create a new instance of the interface
let tvdb = new TVDB("API-KEY");

// Login using a user's PIN
tvdb.login("PIN").then(() => {
	console.log("Login successful");
});

Documentation [WIP]

While documentation is currently work in progress, all functions are documented and visible within the main interface class here.

The full documentation of The TVDB's v4 API is available here.

Readme

Keywords

Package Sidebar

Install

npm i tvdb-v4

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

79.8 kB

Total Files

15

Last publish

Collaborators

  • sirdavidludwig