Skip to content

Commit

Permalink
Merge remote-tracking branch 'bkbonner/angular-weather/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Mantilla committed Jul 8, 2015
2 parents 422e9e8 + 17a934b commit 9e13ab7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.MD
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#Angular Weather

Is an Angular module to get and display the actual weather in somewhere. The module use the openweathermap.org API.
Is an Angular module to get and display the actual weather in somewhere. The module uses the openweathermap.org API.
Visit http://openweathermap.org for a license key to use this directive.

##How do I add angular-weather to my project?

Expand All @@ -18,7 +19,7 @@ angular.module('myApp', ['angular-weather']);

- User the directive to display the current weather in somewhere
```html
<angular-weather city="Houston"></angular-weather>
<ng-weather-temperature city="Houston"></ng-weather-temperature>
```

##License
Expand Down

0 comments on commit 9e13ab7

Please sign in to comment.