# weather **Repository Path**: mirrors_embedthis/weather ## Basic Information - **Project Name**: weather - **Description**: Weather Sample Device App for Ioto - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-23 - **Last Updated**: 2025-10-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Ioto Sample Weather App This is a demonstration app that simulates a simple device sensor app. It creates a simulated weather station that sends weather information to the cloud. It uses the HTTP client APIs to get weather information simulating a local device sensor. We do this so the sample can run on any platform that has an HTTP client. The app captures user input to select the desired city. Weather App ## Building ```bash make ``` ## Running ```bash make run ``` ## Video [![Watch the video](https://img.youtube.com/vi/8xcbjK9-VwU/hqdefault.jpg)](https://youtu.be/8xcbjK9-VwU) ## Ioto Documentation Read the [Ioto READMEs](./ioto/README.md) for more details about Ioto. ## Licensing Ioto and this sample are commercial software and are provided under the following licenses. See [LICENSE.md](ioto/LICENSE.md) and [EVAL.md](ioto/EVAL.md) for details.