C

Computer-part-Recommand

faf5a4f6 presentation · by Yuseunggeun

컴퓨터 부품 추천 프로그램

주제

찾고자 하는 물품을 검색하면 관련정보를 네이버쇼핑 api를 이용해 출력 예산을 입력하면 예산내로 살 수 있는 부품정보들을 성능순으로 정리하여 추천

URL

http://www.rec-computerpart.tk:23023

개발 환경

  • npm, express
  • 네이버검색(쇼핑) api

설치 방법

  1. gitlab clone git clone ssh://git@khuhub.khu.ac.kr:12959/2019102201/Computer-part-Recommand.git
  2. 모듈 설치 npm install
  3. 네이버검색 api 키 발급, index.js에 id, secret 입력 https://developers.naver.com/products/search/ client_id = '입력'; client_secret = '입력';
  4. 실행 node app.js

사용방법

예산입력후 추천 버튼 클릭 검색어 입력후 검색 버튼 클릭 각 기능마다 구매링크를 클릭하면 해당물품 판매페이지로 연결

라이센스

MIT License

Copyright (c) [2020] [Yu Seunggeun]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.