Hipmunk weather chatbot
By: Victoria Lo
- Named greeting with gif
- Fancy images to correlate with the weather
- Will accept any reasonable request with the word
weather
orweather in
- Simple summary for the rest of the week as well
- Whatever else you say to it, it will repeat back to you
- Navigate to /lessenger_api
bundle install
(if you haven't already)rails s -p 9000
- Go to the client and chat away!
Visit http://hipmunk.github.io/hipproblems/lessenger/
on your browser.
The majority of the relevant code is in lessenger_api/app/controllers/chat_controller.rb
.