Skip to content

SirDavidLudwig/node-tvdb-v4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published