Skip to content

ChatBot (simulating AI using JS and localstorage)

Notifications You must be signed in to change notification settings

Eldersonar/ChatBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • This is the virtual assistant written just using JS. It simulates organic conversation with the user by using web services to retrieve needed information and parsing it to give user friendly answers.
  • So far you can ask 3 questions:
    • weather in "put city name here"?
    • What is "put noun here"?
    • ask for a joke by typing "tell me a joke"
  • to be able to run the application you must run in on local server. Otherwise it would give you this nasty CORS error.
  • Still must implement validation (including using regular expressions)
  • Must modularize my code to make functions reuslable. Speak() is just one example of how I will do that.

About

ChatBot (simulating AI using JS and localstorage)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published