Home automated Arduino + EasyVR

With reference to this project " Continuous voice controlled home automation using Arduino, EasyVR shield, and Insteon Devices - YouTube "

I am hoping to learn how he extracted the Weather information when the EasyVR detects "Weather" in speech.

Thank you.

I am hoping to learn how he extracted the Weather information

Where do you suppose Arthur got the information that the weather data was extracted from? Extracting relevant data from a stream of data is not difficult. Identifying a source of data, and getting the data streamed to you is more challenging.

PaulS:

I am hoping to learn how he extracted the Weather information

Where do you suppose Arthur got the information that the weather data was extracted from? Extracting relevant data from a stream of data is not difficult. Identifying a source of data, and getting the data streamed to you is more challenging.

Thank you for your reply.
Indeed, I believe the information was extracted from a weather forecast site. I have tried "text-to-speech" with C# however I have no idea how to stream the data over.