0.1.3 • Published 9 years ago

subseeker v0.1.3

Weekly downloads
3
License
BSD-2-Clause
Repository
github
Last release
9 years ago

Build StatusBuild Statusio.js supported

subtitleseeker.com simple api

Install

npm install subseeker

Usage

var subseeker = require('subseeker');

Search

imdb id search..

subseeker('0434409').then(function(data){
	console.log(data);
}).catch(function(err){
	console.log(err);
})
subseeker('1826940').then(function(data){
	console.log(data);
}).catch(function(err){
	console.log(err);
})
0.1.3

9 years ago

0.1.2

9 years ago

0.1.0

9 years ago

0.0.0

10 years ago