add google search

This commit is contained in:
Wise Colt
2020-05-01 02:18:21 +03:00
parent fd58d43568
commit a6ba96aa1f
4 changed files with 112 additions and 54 deletions

View File

@@ -3,7 +3,7 @@ const getflix = new GetFlix('d9d6007d1bcf12043db5a085ae3e5bbb');
getInfo = async () => {
try {
const info = await getflix.getNetflixInfo(81082225, 'en-EN', 'en');
const info = await getflix.getNetflixInfo(81151514, 'en-EN', 'tr');
console.log(info);
} catch (error) {
console.log(error);