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
신정아
2020-06-24 22:56:56 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
45736d0a87cd7343e45198fc4d9e6d43928e8644
45736d0a
1 parent
bd816d13
Update README.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
6 deletions
README.md
README.md
View file @
45736d0
_
project
#
project
-챗봇에 지역을 입력하면 날씨와 그에 맞는 옷차림을 제안
-챗봇 사용시 반드시 '시작' 이라는 메세지를 보내야함
_설치 방법(Installation)
-
Get a free API Key at https://developers.line.biz/en/
-
Get a free API Key at https://data.go.kr/data/15057682/openapi.do
-
Clone the repo
```
git clone https://github.com/your_username_/Project-Name.git```
`git clone https://github.com/your_username_/Project-Name.git`
-
Install NPM package
``` npm install```
` npm install`
-
Enter your API in app.js
```const TOKEN = 'ENTER YOURS';```
```var WEATHER_URL = ~~~ serviceKey=' ENTER YOURS'```
`const TOKEN = 'ENTER YOURS';`
`var WEATHER_URL = ~~~ serviceKey=' ENTER YOURS'`
_사용 방법(usage)
`
`` node app.js``
`
`
node app.js
`
```
_라이센스
...
...
Please
register
or
login
to post a comment