google-parser
Advanced tools
Comparing version 1.1.5 to 1.1.6
{ | ||
"name": "google-parser", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"description": "구글에서 이미지, 일반 검색결과를 가져옵니다.", | ||
@@ -9,3 +9,3 @@ "main": "google_parser.js", | ||
}, | ||
"author": "trusty_people <jioo0224@naver.com>", | ||
"author": "small_sunshine <jioo0224@naver.com>", | ||
"license": "MIT", | ||
@@ -22,9 +22,9 @@ "dependencies": { | ||
"type": "git", | ||
"url": "https://github.com/trustypeople/google-parser.git" | ||
"url": "https://github.com/small-sunshines/google-parser.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/trustypeople/google-parser/issues" | ||
"url": "https://github.com/small-sunshines/google-parser/issues" | ||
}, | ||
"homepage": "https://github.com/trustypeople/google-parser#readme" | ||
"homepage": "https://github.com/small-sunshines/google-parser#readme" | ||
} |
const google = require('./google_parser.js'); | ||
google.search('츄루리라 츄루리라') | ||
google.search('Chitanda Eru') | ||
.then((res) => { | ||
@@ -9,3 +9,3 @@ console.log(res); | ||
}); | ||
google.img('ajdjaivcjeoijvoiajveoijwaoijvoiheaohgiuab iuegaiuvbaiusneaiu') | ||
google.img('Chitanda Eru') | ||
.then((res) => { | ||
@@ -12,0 +12,0 @@ console.log(res[0]); |
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
1
0
5529