- Notifications
You must be signed in to change notification settings - Fork3
📦 NodeJs, VueJs 구글 검색엔진 이미지 크롤링 프로젝트
NotificationsYou must be signed in to change notification settings
shlee0882/vuejs-nodejs-google-image-crawling
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
NodeJs와 VueJs를 이용해 웹서버를 띄우고구글 API와 구글 검색엔진 API KEY를 사용해입력한 키워드에 대한 이미지를 검색해크롤링하는 토이 프로젝트입니다.
- 검색하고 싶은 키워드를 입력합니다.
- 키워드에 대한 이미지를 구글 검색엔진을 통해 받아옵니다.
- 이미지를 모두 모은 결과값을 압축파일 zip로 받아옵니다.
- 이미지는 최대 50개 까지 받아올 수 있습니다.
- cross origin header 이슈 해결을 위해 heroku 서버를 거쳐 blob url을 받아옵니다.
https://shlee0882.github.io/vuejs-nodejs-google-image-crawling/
Nodejs 환경에서 테스트 해보기 :https://shlee0882.tistory.com/284?category=903333
프론트 연결해서 테스트 해보기 :https://shlee0882.tistory.com/285?category=903333
npm을 사용하여 필요한 오픈API를 설치 및 사용
- url, request, jquery, axios
- fs
- google-images
- jszip, jszip-utils
npm installnpm run serve- gh-pages 설치하기
npm install --save gh-pages- package.json에 추가하기
"homepage": "https://shlee0882.github.io/vuejs-nodejs-google-image-crawling/""scripts": { "predeploy": "npm run build", "deploy": "gh-pages -d dist"}- 배포하기
npm run deploy- 배포된 URL 확인하기
https://shlee0882.github.io/vuejs-nodejs-google-image-crawling/About
📦 NodeJs, VueJs 구글 검색엔진 이미지 크롤링 프로젝트
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published


