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:47:53 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6c5103906d38fb51d5e4862e79570bcb62095e17
6c510390
1 parent
dda1cdf9
Update README.md
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
README.md
README.md
View file @
6c51039
1.
project
#
1. project
-챗봇에 지역을 입력하면 날씨와 그에 맞는 옷차림을 제안
-챗봇 사용시 반드시 '시작' 이라는 메세지를 보내야함
2.
설치 방법(Installation)
#
2. 설치 방법(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
...
...
@@ -15,10 +15,10 @@
const TOKEN = 'ENTER YOURS';
var WEATHER_URL = ~~~ serviceKey=' ENTER YOURS'
3.
사용 방법
#
3. 사용 방법
-
node app.js
'''
```
4.라이센스
MIT License
...
...
@@ -41,4 +41,4 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
'''
\ No newline at end of file
```
\ No newline at end of file
...
...
Please
register
or
login
to post a comment