조아혜

update package files

......@@ -19,8 +19,7 @@ app.use(bodyParser.json());
var usingMessage = ''
var content_id = ''
var imgDownloaded = false;
var downloadedImg = ''
//search
var search_client_id = 'your search client id';//naver search local api client id를 입력하세요
......@@ -88,8 +87,6 @@ app.post('/hook', function (req, res) {
content_id = eventObj.message.id;
const downloadPath = path.join(__dirname, 'sample.jpg');
downloadContent(content_id, downloadPath);
//downloadedImg = content_id;
//imgDownloaded = true;
Checking(eventObj.replyToken);
res.sendStatus(200);
} else if (text == 'ㅇ') {
......@@ -139,24 +136,6 @@ const quickReplyCfrYes = {
const quickReplyCfrNo = {
items: [
/*
{
"type": "action",
"action": {
"type": "message",
"label": "weather",
"text": "날씨"
}
},
{
"type": "action",
"action": {
"type": "message",
"label": "menu",
"text": "메뉴"
}
},
*/
{
"type": "action",
"action": {
......
This diff is collapsed. Click to expand it.
{
"name": "cfr-chatbot",
"version": "1.0.0",
"description": "",
"description": "chatbot to recommend good restaurants using CFR API",
"main": "chatbot.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"author": "whdkgp97@khu.ac.kr",
"license": "ISC",
"dependencies": {
"@line/bot-sdk": "^7.1.0",
......@@ -17,7 +17,8 @@
"fs": "0.0.1-security",
"html-webpack-plugin": "^4.5.0",
"line-bot-sdk-nodejs": "^1.0.0",
"proj4": "^2.6.3",
"request": "^2.88.2",
"webpack": "^5.9.0"
}
}
}
\ No newline at end of file
......