The TVDV (Node-tvdb)


Node.js library for accessing TheTVDB JSON API. Originally based on joaocampinhos/thetvdb-api to give nicer output and additional features.

Features

  • Handle errors from API as JavaScript errors
  • Only returns relevant data (no need to call response.Data.Series etc.)
  • Set language at initialisation or on each function call
  • Return values through promises (dropped callback support)
  • Uses the new JSON API from TheTVDB
  • Tests with Mocha and Travis CI

Installation

Install with npm:
npm install --save node-tvdb
And run tests with Mocha:
TVDB_KEY=[YOUR API KEY HERE] npm test
Mocha is installed as a development dependency; you do not need to install it globally to run the tests.

Example Usage

To start using this library you first need an API key. You can request one here (You must login before requesting API). Then just follow this simple example that fetches all the shows containing "The Simpsons" in the name.
const TVDB = require('node-tvdb');
const tvdb = new TVDB('ABC123');
tvdb.getSeriesByName('The Simpsons')
    .then(response => { /* process data */ })
    .catch(error => { /* handle error */ });

Full API Docs

Generated API docs with code examples can be found at: edwellbrook.github.io/node-tvdb.
For details on response data, please see TheTVDB API docs


Name

Ayurvedic,1,Banner,8,cinema,70,Panchangam,9,spiritual,77,sports,19,Technology,12,Tourism,5,இன்றைய ராசிபலன்,64,கவிதைகள்,32,குருப்பெயர்ச்சி,5,திருக்கதைகள்,10,நிகழ்வுகள்,250,வேலைவாய்ப்புக்கள்,11,
ltr
item
Free Tech Daily: The TVDV (Node-tvdb)
The TVDV (Node-tvdb)
How to install TVDB tv tvdb thetvdb api wrapper
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhxqnvKF52a6jIJVnciCRsg8JIropqfujZ5e5sqZoCQjjg4MFU_NuNauwLv10QNxHeawt6BrOZ0E1yef4rmVD927po7hjhGZPqsAYWZQCDiCU5du_CksWTzHg0wpCaEi44dRbaBXH7vVRDg/s400/tvdb.png
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhxqnvKF52a6jIJVnciCRsg8JIropqfujZ5e5sqZoCQjjg4MFU_NuNauwLv10QNxHeawt6BrOZ0E1yef4rmVD927po7hjhGZPqsAYWZQCDiCU5du_CksWTzHg0wpCaEi44dRbaBXH7vVRDg/s72-c/tvdb.png
Free Tech Daily
https://freetechdaily.blogspot.com/2018/10/the-tvdv-node-tvdb.html
https://freetechdaily.blogspot.com/
http://freetechdaily.blogspot.com/
http://freetechdaily.blogspot.com/2018/10/the-tvdv-node-tvdb.html
true
3500669192308647346
UTF-8
Loaded All Posts Not found any posts VIEW ALL Readmore Reply Cancel reply Delete By Home PAGES POSTS View All RECOMMENDED FOR YOU LABEL ARCHIVE SEARCH ALL POSTS Not found any post match with your request Back Home Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago Followers Follow THIS CONTENT IS PREMIUM Please share to unlock Copy All Code Select All Code All codes were copied to your clipboard Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy