2.1.4 • Published 5 years ago

google-parser v2.1.4

Weekly downloads
18
License
MIT
Repository
github
Last release
5 years ago

google-parser

npm version

NPM

역할: Google 검색결과를 반환합니다.

라이선스

MIT

모듈 로드

javascript

let google = require('google-parser');

typescript

import * as google from 'google-parser'

작동방식

본 모듈은 Promise 및 async/await만 지원합니다.

함수목록

google.img(search: string): Promise<IImg[]>

google.jpg(search: string): Promise<IImg[]>

google.google(search: string): Promise<ISearch[]|ISearchError>

타입

interface IImg {
  img: string,
  url: string,
  name: string
}
	
interface ISearch {
  title: string,
  url: string,
  description: string
}

interface ISearchError {
  error: true,
  reson: "antibot"
}

반환

반환은 object로 처리됩니다. 위의 type을 참조하시기 바랍니다.

제작자

달보드레(dalbodeule)npmjs github

2.1.4

5 years ago

2.1.3

5 years ago

2.1.2

5 years ago

2.1.1

5 years ago

2.1.0

5 years ago

2.0.5

5 years ago

2.0.4

6 years ago

2.0.3

6 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.2.3

6 years ago

1.2.2

6 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.16

7 years ago

1.1.15

7 years ago

1.1.14

7 years ago

1.1.13

7 years ago

1.1.12

7 years ago

1.1.11

7 years ago

1.1.10

7 years ago

1.1.9

7 years ago

1.1.8

7 years ago

1.1.7

7 years ago

1.1.6

7 years ago

1.1.5

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago