이세린

update readme

Showing 1 changed file with 12 additions and 11 deletions
...@@ -11,16 +11,8 @@ Using: Node.js ...@@ -11,16 +11,8 @@ Using: Node.js
11 ;breathe : guided breathing exercise 11 ;breathe : guided breathing exercise
12 ;cute : pulls a random animal picture from reddit 12 ;cute : pulls a random animal picture from reddit
13 ;chat : chatbot 13 ;chat : chatbot
14 -
15 -
16 -### Base Incomplete
17 ;checklist : guided anxiety relief checklist 14 ;checklist : guided anxiety relief checklist
18 15
19 -## Event
20 -### Base Incomplete
21 -//bot listens to certain phrases in conversation (ex. "I want to die") and chimes in.
22 -
23 -
24 ## Main Code Files 16 ## Main Code Files
25 ``` 17 ```
26 main.index 18 main.index
...@@ -33,6 +25,15 @@ commands ...@@ -33,6 +25,15 @@ commands
33 |_ help.js 25 |_ help.js
34 ``` 26 ```
35 27
36 -## To do:
37 -- Train Chatbot API
38 -- Implement Checklist
...\ No newline at end of file ...\ No newline at end of file
28 +## API used:
29 +cute.js : https://www.npmjs.com/package/random-puppy
30 +chat.js : https://brainshop.ai/
31 +
32 +## TBA:
33 +- Smarter Chatbot API
34 +- Optimise checklist with loop, add branching help for different types of anxiety (social, procrastination, etc).
35 +
36 +## Referenced:
37 +Base: https://www.youtube.com/watch?v=Feypj3XbYAY&list=PL1vRCNgkH_PlwLQAHqaYoMJqHEy1DAi6Q
38 +React: https://www.youtube.com/watch?v=wXjsCiUjUqo&t=201s
39 +Chatbot: https://youtu.be/67eHZsPmbQA
...\ No newline at end of file ...\ No newline at end of file
......