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 02:19:09 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e67621120b94f7aee20e8c2eff6079893086b185
e6762112
1 parent
caacb44a
진짜 마지막 수정
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
README.md
README.md
View file @
e676211
# PROJECT
#
#
PROJECT
-
챗봇을 통해 옷과 날씨 정보를 한 번에 확인하세요.
-
이 프로젝트는 line api, 대한민국 기상청 동네예보 api를 사용합니다.
...
...
@@ -22,17 +22,17 @@
-
Clone the repo
git clone http://khuhub.khu.ac.kr/2019102190/weather_chatbot.git
`git clone http://khuhub.khu.ac.kr/2019102190/weather_chatbot.git`
-
Install NPM package
npm install
`npm install`
-
Enter your API in app.js
const TOKEN = 'ENTER YOURS'
`const TOKEN = 'ENTER YOURS'`
var WEATHER_URL = ~~~ serviceKey=' ENTER YOURS'
`var WEATHER_URL = ~~~ serviceKey=' ENTER YOURS'`
## Usage
node app.js
...
...
Please
register
or
login
to post a comment