* Simulates a weather API call. In production, this would call a real weather service. * * @param {string} [location] * @returns {Promise<{temperature: number, conditions: string, humidity: number, location: string}>}
(location)
source not stored for this graph (policy: none)