# ember-cli-skycon

This addon allows the use of of the skycon library for weather icons

## Usage

`ember install:addon ember-cli-skycon`

Then inside a template you can use the component

`{{sky-icon height="100px" width="100px" icon="clear-day" color="blue"}}`

The components properties can be bound as well

`{{sky-icon height=my-height width=my-width icon=my-icon color=my-color}}`

For more information on using ember-cli, visit [http://www.ember-cli.com/](http://www.ember-cli.com/).
