get movie detail, get image and get cast added
This commit is contained in:
@@ -2,7 +2,7 @@ const GetFlix = require('../index');
|
||||
|
||||
try {
|
||||
const getflix = new GetFlix('f29e56ff85f361ff01b5c5403a343021');
|
||||
getflix.getInfo('70143836', (res) => {
|
||||
getflix.getInfo('70242311', (res) => {
|
||||
if (res.error) {
|
||||
console.log(res.errorMsg);
|
||||
}
|
||||
@@ -14,4 +14,3 @@ try {
|
||||
catch (error) {
|
||||
console.log(error.message)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user