Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 652 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 652 Bytes
  • 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.