Toggle navigation
Toggle navigation
This project
Loading...
Sign in
신정아
/
weather_chatbot
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
1
Network
Create a new issue
Commits
Issue Boards
Authored by
Ubuntu
2020-06-25 06:44:00 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b2dae16853c0711ddd51dc7703170cbbdac5a0f8
b2dae168
1 parent
40668d53
modify
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
Experiments/messenger/weather_chatbot/nohup.out
README.md
Experiments/messenger/weather_chatbot/nohup.out
View file @
b2dae16
This diff could not be displayed because it is too large.
README.md
View file @
b2dae16
...
...
@@ -12,8 +12,9 @@
## GET STARTED
1.
라인을 설치하고 회원가입을 진행하세요
!
[
qr
](
./Experiments/QR.png
)
-
이 QR코드로
챗봇을 이용
할 수 있습니다.
-
이 QR코드로
친구추가를 진행
할 수 있습니다.
## Built with
-
[
node.js
]
https://nodejs.org/en/
...
...
@@ -32,16 +33,19 @@
-
Install NPM package
`npm install`
`npm install
express
`
-
Enter your API in app.js
`const TOKEN = 'ENTER YOURS'`
`var WEATHER_URL = ~~~ serviceKey=' ENTER YOURS'`
`var WEATHER_URL = ... serviceKey='ENTER YOURS'`
`const domain = "Your Domain"`
## Usage
node app.js
-'시작'을 누르면 어떻게 지역을 입력할지 챗봇이 알려줍니다,
-
입력에 따라 챗봇이 그 지역의 날씨와 옷에 대한 정보를 알려줍니다.
## 라이센스
...
...
Please
register
or
login
to post a comment