Toggle navigation
Toggle navigation
This project
Loading...
Sign in
장주현
/
Amazon_Shopping_Helper
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Ubuntu
2020-06-24 20:36:47 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bc1055fb378ab3e1a90298ea005f2dad064e4c6c
bc1055fb
1 parent
cf8f4e83
update README.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
18 deletions
README.md
README.md
View file @
bc1055f
...
...
@@ -11,17 +11,17 @@
</p>
##
Table of Contents
*
[
About the Project
](
##
프로그램 설명)
*
[
Built With
](
##
프로그램 시연 주소)
*
[
Getting Started
](
##
프로그램 설치 방법)
*
[
Contributing
](
###
사전 준비물)
*
[
License
](
###
프로그램 실행)
*
[
Prerequisites
](
##
자기 평가)
##
목차
*
[
프로그램 설명
](
##
프로그램 설명)
*
[
프로그램 시연 주소
](
##
프로그램 시연 주소)
*
[
프로그램 설치 방법
](
##
프로그램 설치 방법)
*
[
사전 준비물
](
###
사전 준비물)
*
[
프로그램 실행
](
###
프로그램 실행)
*
[
자기 평가
](
##
자기 평가)
*
[
License
](
##
License)
*
[
Contact
](
##
Contact)
*
[
Contact
](
##
참고사항)
*
[
참고사항
](
##
참고사항)
## 프로그램 설명
...
...
@@ -41,26 +41,27 @@
여기에 들어가서 api 신청을 마친다.
[
https://developers.naver.com/apps/#/register?api=ppg_n2mt
]
(
https://developers.naver.com/apps/#/register?api=ppg_n2mt
)
*
Application 목록에 들어가 Client ID와 Client Secret를 복사해 둔다
[
https://developers.naver.com/apps/#/list
](
https://developers.naver.com/apps/#/list
)
### 프로그램 실행
1.
이 프로그램을 다운받는다.
### 프로그램 실행
1.
프로그램을 다운받는다
```
sh
git clone ssh://git@khuhub.khu.ac.kr:12959/2019103219/Amazon_Shopping_Helper.git
```
2.
NPM pactages를 설치한다
.
2.
NPM pactages를 설치한다
```
sh
npm install
```
3.
app.js에 들어가서 PAPAGO_ID와 PAPAGO_SECRET에 본인의 Client ID와 Client Secret를 붇인다
.
3.
app.js에 들어가서 PAPAGO_ID와 PAPAGO_SECRET에 본인의 Client ID와 Client Secret를 붇인다
```
JS
const PAPAGO_ID = 'Client ID';
const PAPAGO_SECRET = 'Client Secret';
```
4.
프로그램을 실행한다
.
4.
프로그램을 실행한다
```
sh
node app.js
```
5.
주소창에 localhost:23023
을 친다.
5.
주소창에 localhost:23023
으로 접속한다
## 자기 평가
...
...
@@ -68,7 +69,7 @@ node app.js
계획의 구상은 다음과 같았다.
-
한국 주소를 영어로 번역해 주는 기능
-
해외 직구 특가를 정리해 놓는 기능(슬릭딜, 쿨엔조이, 뽐뿌 해외핫딜, 딜바다 해외핫딜 등)
-
구매할 물품의 달러가격을 카드수수료를 고려하여 예상 금액을 보여주는 기능
-
구매할 물품의 달러가격을 카드수수료를 고려하여 예상 금액을 보여주는 기능
<br>
이중에서 구현한 기능은 첫번째 기능 뿐이다.
또한 html을 처음 써보게 되어서 홈페이지 디자인이 너무 미흡하다.
...
...
@@ -80,11 +81,11 @@ Distributed under the Apache License ver2. See [`LICENSE`](http://khuhub.khu.ac.
## Contact
장주현 -
[
@facebook
](
https://www.facebook.com/joohyun7u/
)
-
email@example.com
장주현 -
[
@facebook
](
https://www.facebook.com/joohyun7u/
)
-
joohyun7u@khu.ac.kr
Project Link:
[
http://khuhub.khu.ac.kr/2019103219/Amazon_Shopping_Helper
](
http://khuhub.khu.ac.kr/2019103219/Amazon_Shopping_Helper
)
## 참고사항
다음 우편번호 서비스:
[
http://postcode.map.daum.net/guide
](
http://postcode.map.daum.net/guide
)
다음 우편번호 서비스:
[
http://postcode.map.daum.net/guide
](
http://postcode.map.daum.net/guide
)
<br>
파파고 번역:
[
https://developers.naver.com/docs/papago/papago-nmt-overview.md
](
https://developers.naver.com/docs/papago/papago-nmt-overview.md
)
\ No newline at end of file
...
...
Please
register
or
login
to post a comment