SORRY!!!
Lo siento, estoy actualizando el código con la api de yahoo, google ya no funciona.
Sorry, I'm updating the code with yahoo api, google no longer works.
Descripción del Proyecto
It is a simple library that gives WinForm weather forecast through the Google Weather Service, in the future contain Yahoo services and create libraries for WPF
Spanish
**WeatherNet para WinForm**
WeatherNet es un control simple (por ahora sólo para WinForm), construido en C# que ofrece el pronóstico del tiempo para su aplicación.
Al no poder encontrar un control parecido para WinForm que funcione (sólo encontré
http://weatherclient.codeplex.com pero ya no funciona debido a que el servicio en el que se basaba dejó de permitir su uso libre) me decidí a construir un control propio y lo quise compartir con
la comunidad.
Está basado en el servicio de Google Weather y se planea adosar otros servicios como el de Yahoo y que ustedes puedan decidir cuál usar.
Básicamente esta biblioteca de control lee la respuesta XML que dá al ingresar a una dirección url conformada por el país, la región (estado o provincia) y la ciudad de esa región. Luego se envía en la misma
url el idioma en el cuál queremos recibir la respuesta.
Google envía como respuesta en el XML el tiempo actual (humedad, temperatura,vientos) y el pronóstico que se espera para el resto del día con temperaturas mínimas y máximas en grados centígrados. Además envía
el pronóstico para los siguientes 3 días al actual.
Está es la versión grande, se planea agregar en futuras versiones 2 controles más de menores tamaños (medio y pequeño) para aplicaciones que requieran que el control ocupe menos espacio.
Puede reformar el control como usted quiera a condición de que haga saber sobre los cambios hechos y publique los mismos.
La documentación interna del control está realizada en inglés (estoy aprendiendo inglés, soy de Argentina donde se habla Español).
Imagen del Control:
English
Google Translator
WeatherNet control is simple (for now only for WinForm) built in C # that provides weather forecast for your application.
Unable to find WinForm control that works similar to (only found
http://weatherclient.codeplex.com but no longer works because the service that was based stopped allowing free use) I decided build your own control and I wanted to share with the community.
It is based on the Google Weather service plans and attach other services like Yahoo and you can decide which one to use.
Basically this library control reads the XML response that gives when entering a URL composed of the country, region (state or province) and the city of that region. Then sent in parallel language in which we receive the response.
Google sends XML response in the current weather (humidity, temperature, wind) and the expected forecast for the rest of the day with minimum and maximum temperatures in degrees Celsius. Besides sending the forecast for the next 3 days now.
This is the large version, we plan to add in future versions 2 controls of smaller sizes (medium and small) for applications requiring control that takes up less space.
You can restore the control as you want provided it notifies about changes and publish them.
Internal documentation control is conducted in English (I'm learning English, I'm from Argentina speaking Spanish).
Project Description
Additional information on starting a new project is available here:
Project Startup Guide.