An open API service indexing awesome lists of open source software.

https://github.com/angelfire/weather-component

Wheater component using Polymer
https://github.com/angelfire/weather-component

Last synced: about 1 month ago
JSON representation

Wheater component using Polymer

Awesome Lists containing this project

README

          

# <my-weather>

> Weather component using Polymer.
> Display the current weather at a given location.

![Weather Component](http://i.imgur.com/eSE4wRJ.png "Wheater component using Polymer")

## Demo
[Check it live!](http://angelfire.github.io/weather-component/)

## Options
Atributes | Options | Default | Description
--- |--- |--- |---
`city` | *string* | *Medellin* | The name of the city e.g. Medellin, Paris
`units` | *string* | *metric* | Units formate e.g. Internal, metric, or imperial
`language` | *string* | *es* | Language e.g. English - en, Russian - ru, Italian - it, Spanish - es (or sp), Ukrainian - uk (or ua), German - de, Portuguese - pt, Romanian - ro, Polish - pl, Finnish - fi, Dutch - nl, French - fr, Bulgarian - bg, Swedish - sv (or se), Chinese Traditional - zh_tw, Chinese Simplified - zh (or zh_cn), Turkish - tr, Croatian - hr, Catalan - ca

## Contributing
1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -m 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D

## Credits
- [OpenWeatherMap](http://openweathermap.org/API)
- [Weather Icons](http://erikflowers.github.io/weather-icons/)