Showing
1 changed file
with
18 additions
and
8 deletions
| ... | @@ -18,8 +18,8 @@ | ... | @@ -18,8 +18,8 @@ |
| 18 | 4. [Usage](#usage) | 18 | 4. [Usage](#usage) |
| 19 | 5. [Roadmap](#roadmap) | 19 | 5. [Roadmap](#roadmap) |
| 20 | 6. [Contributing](#contributing) | 20 | 6. [Contributing](#contributing) |
| 21 | -7. [Contact](#contact) | 21 | +7. [License](#license) |
| 22 | - | 22 | +8. [Contact](#contact) |
| 23 | 23 | ||
| 24 | 24 | ||
| 25 | 25 | ||
| ... | @@ -57,8 +57,7 @@ __user__ | ... | @@ -57,8 +57,7 @@ __user__ |
| 57 | ``` | 57 | ``` |
| 58 | npm install | 58 | npm install |
| 59 | ``` | 59 | ``` |
| 60 | -3. Put your secret API KEY in ```.env``` | 60 | +3. Put your secret API KEY in `.env` If you have not installed dotenv module, enter the following command to install. |
| 61 | - If you have not installed dotenv module, enter the following command to install. | ||
| 62 | ``` | 61 | ``` |
| 63 | npm install dotenv | 62 | npm install dotenv |
| 64 | ``` | 63 | ``` |
| ... | @@ -67,17 +66,19 @@ __user__ | ... | @@ -67,17 +66,19 @@ __user__ |
| 67 | __developer__ | 66 | __developer__ |
| 68 | 1. 카카오 채널 생성 및 OBT 신청하기 | 67 | 1. 카카오 채널 생성 및 OBT 신청하기 |
| 69 | 2. 채널 설정 | 68 | 2. 채널 설정 |
| 70 | - a) 스킬 생성 : routing이 되는 url 입력 | 69 | + a) 스킬 생성 : routing이 되는 url 입력 |
| 71 | - b) 블록 생성하여 스킬과 연결 | 70 | + b) 블록 생성하여 스킬과 연결 |
| 72 | - c) 봇 응답 - 스킬데이터 사용 선택 | 71 | + c) 봇 응답 - 스킬데이터 사용 선택 |
| 73 | 3. git clone | 72 | 3. git clone |
| 74 | -4. 디렉토리에 있는 app.js에서 각 route마다 다음으로 연결될 블록 ID 입력 | 73 | +4. 디렉토리에 있는 app.js에서 각 route마다 다음으로 연결될 블록 ID 입력 |
| 75 | 사용자 발화시 UserRequest.blockid나 | 74 | 사용자 발화시 UserRequest.blockid나 |
| 76 | i.kakao.com의 블록에서 url을 통해 확인할 수 있음 | 75 | i.kakao.com의 블록에서 url을 통해 확인할 수 있음 |
| 77 | 5. 배포 | 76 | 5. 배포 |
| 78 | 6. npm install | 77 | 6. npm install |
| 79 | 7. 실행 | 78 | 7. 실행 |
| 80 | 79 | ||
| 80 | + | ||
| 81 | + | ||
| 81 | <!-- USAGE EXAMPLES --> | 82 | <!-- USAGE EXAMPLES --> |
| 82 | ## Usage | 83 | ## Usage |
| 83 | 84 | ||
| ... | @@ -131,6 +132,15 @@ __developer__ | ... | @@ -131,6 +132,15 @@ __developer__ |
| 131 | 132 | ||
| 132 | 133 | ||
| 133 | 134 | ||
| 135 | +<!-- License --> | ||
| 136 | +## License | ||
| 137 | + | ||
| 138 | +Distributed under the MIT License. See `LICENSE.txt` for more information. | ||
| 139 | + | ||
| 140 | +<p align="right">(<a href="#top">back to top</a>)</p> | ||
| 141 | + | ||
| 142 | + | ||
| 143 | + | ||
| 134 | <!-- CONTACT --> | 144 | <!-- CONTACT --> |
| 135 | ## Contact | 145 | ## Contact |
| 136 | 146 | ... | ... |
-
Please register or login to post a comment