곽교린

Add .gitignore

1 +APIs.json
2 +node_modules/
...\ No newline at end of file ...\ No newline at end of file
...@@ -99,15 +99,15 @@ Need to get free API Key ...@@ -99,15 +99,15 @@ Need to get free API Key
99 ### Installation 99 ### Installation
100 100
101 1. Clone the repo 101 1. Clone the repo
102 - ```sh 102 + ```
103 git clone http://khuhub.khu.ac.kr/2019102147/youtube-comment-seperator.git 103 git clone http://khuhub.khu.ac.kr/2019102147/youtube-comment-seperator.git
104 ``` 104 ```
105 2. Install NPM packages 105 2. Install NPM packages
106 - ```sh 106 + ```
107 npm install 107 npm install
108 ``` 108 ```
109 3. Need to Enter your API Keys in `APIs.json` 109 3. Need to Enter your API Keys in `APIs.json`
110 - ```json 110 + ```
111 "youtubeAPI" : "ENTER YOUR GOOGLE API", 111 "youtubeAPI" : "ENTER YOUR GOOGLE API",
112 "papagoClientID" : "ENTER YOUR NAVER ClientID" 112 "papagoClientID" : "ENTER YOUR NAVER ClientID"
113 "papagoClientSecret":"ENTER YOUR NAVER ClientSecret" 113 "papagoClientSecret":"ENTER YOUR NAVER ClientSecret"
......