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
- Host: GitHub
- URL: https://github.com/angelfire/weather-component
- Owner: Angelfire
- Created: 2015-03-18T02:19:31.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-22T03:51:36.000Z (about 11 years ago)
- Last Synced: 2025-01-25T19:42:10.595Z (over 1 year ago)
- Language: HTML
- Homepage: http://angelfire.github.io/weather-component/
- Size: 1.42 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# <my-weather>
> Weather component using Polymer.
> Display the current weather at a given location.

## 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/)