The get US weather applicationΒΆ

An inbound application that prompts the caller to enter a US zip code and then reads the weather for that location to the caller.

If you are running the UAS as a Windows service, you may need to add the path to your local Python distribution before attempting to upload this sample to your UAS.

For example, add sys.path.append(os.path.abspath('C:/python26/lib')) before import xml.dom.minidom.

View the source code here:

Previous topic

The UAS connection test

Next topic

The Speech Recognition API