Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Judy T Raj committed Oct 13, 2017
1 parent eb2ad28 commit 55e287a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Webhook for WeatherBot
A python webhook for fulfilling an api.ai weather forecast chatbot's intent.
A python webapp using Flask, that will receive POST request from one of Google's DialogFlow(api.ai) agents i.e chatbots for intent fulfillment, extract the parametrs passed in through the incoming JSON, query OpenWeatherMap API for weather forecast and returns the result back to the agent.
Uses OpenWeatherMap API to find the weather forecast at a specified location for a specified date.

0 comments on commit 55e287a

Please sign in to comment.