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:50:09 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
806462be4ba09b695203ed88998ea0537f30170e
806462be
1 parent
6c510390
Update README.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
README.md
README.md
View file @
806462b
#1. project
**1. project**
-챗봇에 지역을 입력하면 날씨와 그에 맞는 옷차림을 제안
-챗봇 사용시 반드시 '시작' 이라는 메세지를 보내야함
...
...
@@ -6,14 +6,14 @@
-
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'```
#3. 사용 방법
- node app.js
...
...
Please
register
or
login
to post a comment