Showing
1 changed file
with
6 additions
and
5 deletions
... | @@ -57,7 +57,8 @@ __user__ | ... | @@ -57,7 +57,8 @@ __user__ |
57 | ``` | 57 | ``` |
58 | npm install | 58 | npm install |
59 | ``` | 59 | ``` |
60 | -3. Put your secret API KEY in `.env` If you have not installed dotenv module, enter the following command to install. | 60 | +3. Put your secret API KEY in `.env` |
61 | + If you have not installed dotenv module, enter the following command to install. | ||
61 | ``` | 62 | ``` |
62 | npm install dotenv | 63 | npm install dotenv |
63 | ``` | 64 | ``` |
... | @@ -66,9 +67,9 @@ __user__ | ... | @@ -66,9 +67,9 @@ __user__ |
66 | __developer__ | 67 | __developer__ |
67 | 1. 카카오 채널 생성 및 OBT 신청하기 | 68 | 1. 카카오 채널 생성 및 OBT 신청하기 |
68 | 2. 채널 설정 | 69 | 2. 채널 설정 |
69 | - a) 스킬 생성 : routing이 되는 url 입력 | 70 | + - 스킬 생성 : routing이 되는 url 입력 |
70 | - b) 블록 생성하여 스킬과 연결 | 71 | + - 블록 생성하여 스킬과 연결 |
71 | - c) 봇 응답 - 스킬데이터 사용 선택 | 72 | + - 봇 응답 - 스킬데이터 사용 선택 |
72 | 3. git clone | 73 | 3. git clone |
73 | 4. 디렉토리에 있는 app.js에서 각 route마다 다음으로 연결될 블록 ID 입력 | 74 | 4. 디렉토리에 있는 app.js에서 각 route마다 다음으로 연결될 블록 ID 입력 |
74 | 사용자 발화시 UserRequest.blockid나 | 75 | 사용자 발화시 UserRequest.blockid나 |
... | @@ -93,7 +94,7 @@ __developer__ | ... | @@ -93,7 +94,7 @@ __developer__ |
93 | <img src="hello.jpg" width="300px" height="300px"></img><br/> | 94 | <img src="hello.jpg" width="300px" height="300px"></img><br/> |
94 | 95 | ||
95 | * 전송된 메시지에서 "MBTI 테스트 시작하기" 버튼을 터치하면 MBTI 테스트를 진행할 수 있습니다. | 96 | * 전송된 메시지에서 "MBTI 테스트 시작하기" 버튼을 터치하면 MBTI 테스트를 진행할 수 있습니다. |
96 | -<img src="test.jpg" width="300px" height="300px"></img><br/> | 97 | +<img src="test.jpg" width="300px" height="400px"></img><br/> |
97 | 98 | ||
98 | * 20개의 질문에 모두 응답을 하면 MBTI 결과가 나타납니다. 본인의 MBTI 관련 게시물들도 확인할 수 있으니 구경해 보세요! | 99 | * 20개의 질문에 모두 응답을 하면 MBTI 결과가 나타납니다. 본인의 MBTI 관련 게시물들도 확인할 수 있으니 구경해 보세요! |
99 | <img src="result.jpg" width="300px" height="300px"></img><br/> | 100 | <img src="result.jpg" width="300px" height="300px"></img><br/> | ... | ... |
-
Please register or login to post a comment