Toggle navigation
Toggle navigation
This project
Loading...
Sign in
백승욱
/
movie-reco-chatbot
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
문성준
2022-06-03 18:46:12 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c456c58d1a77c9d0cecb0bd4b7e8963c027e8be3
c456c58d
1 parent
9617d238
Add an annotation
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
MovieList.js
MovieList.js
View file @
c456c58
...
...
@@ -6,6 +6,8 @@ const TOKEN = config.TOKEN;
const
KOFIC_URL_MovieList
=
'http://www.kobis.or.kr/kobisopenapi/webservice/rest/movie/searchMovieList.json'
const
bodyParser
=
require
(
'body-parser'
);
//Enter a movie title in the message variable.
//It will then return the movie title, director, and actor information to Line Messenger.
exports
.
movielist
=
function
(
replyToken
,
message
)
{
var
encodedMessage
=
encodeURI
(
message
);
request
.
get
(
...
...
Please
register
or
login
to post a comment