백승욱

Modify README.md & Add LICENSE file

1 +MIT License
2 +Copyright (c) 2022 SeungWook Baek
3 +Permission is hereby granted, free of charge, to any person obtaining a copy
4 +of this software and associated documentation files (the "Software"), to deal
5 +in the Software without restriction, including without limitation the rights
6 +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7 +copies of the Software, and to permit persons to whom the Software is
8 +furnished to do so, subject to the following conditions:
9 +The above copyright notice and this permission notice shall be included in all
10 +copies or substantial portions of the Software.
11 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
12 +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
13 +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
14 +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
15 +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
16 +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
17 +SOFTWARE.
...\ No newline at end of file ...\ No newline at end of file
1 <!-- ABOUT THE PROJECT --> 1 <!-- ABOUT THE PROJECT -->
2 +영화 추천 채팅봇
2 ## About The Project 3 ## About The Project
3 4
4 - 5 +* 최신 영화 목록을 확인할 수 있습니다.
5 - 6 +* 특정 키워드를 통해 영화를 검색할 수 있습니다.
7 +* 장르별 영화를 추천해줍니다.
8 +* 영화의 상세 정보를 확인할 수 있습니다.
6 9
7 ## Built With 10 ## Built With
8 11
...@@ -10,8 +13,11 @@ ...@@ -10,8 +13,11 @@
10 * [Express](https://expressjs.com/ko/) 13 * [Express](https://expressjs.com/ko/)
11 * [Javascript](https://developer.mozilla.org/ko/docs/Web/JavaScript) 14 * [Javascript](https://developer.mozilla.org/ko/docs/Web/JavaScript)
12 * [영화진흥위원회 API](https://www.kobis.or.kr) 15 * [영화진흥위원회 API](https://www.kobis.or.kr)
16 +* [LINE Messaging API](https://developers.line.biz/en/services/messaging-api/)
13 17
18 +## Prerequisites
14 19
20 +## Installation
15 21
16 22
17 <!-- USAGE EXAMPLES --> 23 <!-- USAGE EXAMPLES -->
...@@ -30,7 +36,8 @@ If you have a suggestion that would make this better, please fork the repo and c ...@@ -30,7 +36,8 @@ If you have a suggestion that would make this better, please fork the repo and c
30 4. Push to the Branch 36 4. Push to the Branch
31 5. Open a Pull Request 37 5. Open a Pull Request
32 38
33 - 39 +## License
40 +MIT License
34 41
35 <!-- CONTACT --> 42 <!-- CONTACT -->
36 ## Contact 43 ## Contact
......