곽교린

Add .gitignore

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