var app = angular.module("myApp", ["ngWeather"]);
<ng-weather city="Oklahoma" app-id="YOUR_API_KEY"></ng-weather>
<ng-weather city-id="4544349" app-id="YOUR_API_KEY"></ng-weather>
NgWeather is a widget to easily add a Weather Widget in your website!