Showing
1 changed file
with
6 additions
and
6 deletions
... | @@ -30,7 +30,7 @@ | ... | @@ -30,7 +30,7 @@ |
30 | 30 | ||
31 | * MBTI를 알기 위해서는 딱딱한 질문식의 설문을 일일히 체크해야 합니다. | 31 | * MBTI를 알기 위해서는 딱딱한 질문식의 설문을 일일히 체크해야 합니다. |
32 | * 저희는 그런 방식보다는 챗봇과의 대화를 통해 MBTI를 알아내는 방식을 챗봇에 적용하고자 합니다. | 32 | * 저희는 그런 방식보다는 챗봇과의 대화를 통해 MBTI를 알아내는 방식을 챗봇에 적용하고자 합니다. |
33 | -* 저희 챗봇은 LINE Messaging API를 기반으로 만들어졌습니다. | 33 | +* 저희 챗봇은 Kakao Messaging API를 기반으로 만들어졌습니다. |
34 | 34 | ||
35 | 35 | ||
36 | <p align="right">(<a href="#top">back to top</a>)</p> | 36 | <p align="right">(<a href="#top">back to top</a>)</p> |
... | @@ -48,8 +48,8 @@ | ... | @@ -48,8 +48,8 @@ |
48 | <!-- ROADMAP --> | 48 | <!-- ROADMAP --> |
49 | ## Roadmap | 49 | ## Roadmap |
50 | 50 | ||
51 | -- [ ] Line/kakao 채널 만들기 | 51 | +- [x] Kakao 채널 만들기 |
52 | -- [ ] express 서버 연결 | 52 | +- [x] express 서버 연결 |
53 | - [ ] test | 53 | - [ ] test |
54 | - [ ] MBTI설문을 챗봇에 적용시키기 | 54 | - [ ] MBTI설문을 챗봇에 적용시키기 |
55 | 55 | ||
... | @@ -62,9 +62,9 @@ | ... | @@ -62,9 +62,9 @@ |
62 | ## Contributing | 62 | ## Contributing |
63 | 63 | ||
64 | 1. Fork the Project | 64 | 1. Fork the Project |
65 | -2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`) | 65 | +2. Create your Feature Branch |
66 | -3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`) | 66 | +3. Commit your Changes |
67 | -4. Push to the Branch (`git push origin feature/AmazingFeature`) | 67 | +4. Push to the Branch |
68 | 5. Open a Pull Request | 68 | 5. Open a Pull Request |
69 | 69 | ||
70 | <p align="right">(<a href="#top">back to top</a>)</p> | 70 | <p align="right">(<a href="#top">back to top</a>)</p> | ... | ... |
-
Please register or login to post a comment