=== Clima ===
Contributors: rodrigo recasens, metasigno.com
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=faldaconhueso%40gmail%2ecom&lc=AR&item_name=rodrigoart&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted
Tags: clima, temperatura, temperature, yahoo weather, weather, celcius, farenheit


== Description ==

Este plugin te permite traer los datos del clima de yahoo clima, vas a levantar la temperatura pudiendo eleigir entre
Celcius o farenheit, y la imagen asociada a segun como este el tiempo, lluvia, despejado, nublado, etc. Podes mostrar esto mediante
un widget o con la funcion `<?php show_clima();?>` Añadido recientemente, podes traer por separado los valores, de temperatura, humedad, maxima, minima, etc. Usando  funciones como `<?php show_clima(humedad);?>` mas info en seccion instalacion.

	
This plugin allows you to bring data from yahoo weather climate, you can raise the temperature to between eleigir
Celsius or Fahrenheit, and the image associated with depending on how this time, rain, clouds, cloudy, etc. You can show by
`<?php show_clima();?>` or use the widget. You can show temerature, humydity, wind direction, speed and more using functions like
`<?php show_clima(humedad);?>` more info in installation section.

== Installation ==

	
1. Subir clima.php `` a la `/ wp-content/plugins / directorio`
1. Activar el plugin a través del menú 'Plugins' en WordPress
1. Editar opciones de menú del clima en la barra lateral del admin
1. Pegar `<?php show_clima(); ?>` en sus plantillas
1. Tambien podes usar el WIDGET!! presente desde la version 3
1. `<?php show_clima(temperatura);

     show_clima(humedad);

show_clima(maxima);

  show_clima(minima);

show_clima(direccion_viento);

show_clima(velocidad_viento);

show_clima(codigo_clima);

show_clima(texto_clima);

show_clima(manana_maxima);

show_clima(manana_minima);

show_clima(manana_estado);
?>`
1. Disfrutar



1. Upload `clima.php` to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress
1. Edit options from clima menu in sidebar of the admin
1. Place `<?php show_clima();?>` in your templates
1. You can show by the WIGET i add since version 3
1. `<?php show_clima(temperatura); // get temperature

     show_clima(humedad); // get humydyty

show_clima(maxima); // get high temperature of the day

  show_clima(minima); // get low temperature of the day

show_clima(direccion_viento); // get wind direction

show_clima(velocidad_viento); // get wind speed

show_clima(codigo_clima); // get weather code

show_clima(texto_clima); //get status text

show_clima(manana_maxima); //get tomorrow high temperature

show_clima(manana_minima); // get tomorrow low temperature

show_clima(manana_estado); get tomorrow status
?>`
1. Enjoy



== Screenshots ==
http://plugins.svn.wordpress.org/clima/tags/1.jpg
http://plugins.svn.wordpress.org/clima/tags/2.jpg



