UNPKG
subdb-node
Version:
latest (0.1.53)
0.1.53
0.1.52
0.1.51
0.1.50
0.1.49
0.1.48
0.1.47
0.1.46
0.1.45
0.1.44
0.1.43
0.1.42
0.1.41
0.1.4
0.1.2
0.1.1
A wrapper for TheSubDB.com API.
github.com/vinaychandranvs/subdb-node
vinaychandranvs/subdb-node
subdb-node
/
lib
/
test.js
3 lines
(2 loc)
•
116 B
JavaScript
View Raw
1
2
3
const
{download} =
require
(
'./index'
)
download
(
'/Users/vinaychandran/Desktop/dexter.mp4'
).
then
(
a
=>
console
.
log
(a))