findWeather

fun findWeather(location: String): String

A sample function that finds the weather in a given location.

Return

A description of the weather.

Parameters

location

The city and state, e.g. San Francisco, CA.