WP NG Weather

WP NG Weather Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 3,061 downloads
WP NG Weather Icon

Try plugin: WP NG Weather

We'll create fresh WordPress site with WP NG Weather installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About WP NG Weather

wp-ng-weather let's you put a weather widget anywhere in your blog

0


0


0


0


0

updated: 6 years ago
since: 8 years ago
author: Tony Samperi

Description

wp-ng-weather is a simple widget for WordPress, which allows you to put a weather widget in your website, by using a simple shortcode like this:

[ng-weather api-key=”my-api-key” city=”Bergamo” locale=”it”]

No coding is required!
wp-ng-weather is a wrapper for Tony Samperi’s ng-weather (tonysamperi.github.io/ng-weather/), which is an AngularJS Directive.
Weather data is got from http://www.openweathermap.org, but they need to track api usage.
So you’ll need your personal API KEY to use this widget, see “Installation” to learn how to get one!
With a FREE API KEY it’s possibile to make 60 calls per minute.

parameters

  • api-key: Your API KEY you got from openweathermap.org. REQUIRED
  • city: A string with the name of your city. This isn’t required if you set “city-id”
  • city-id: A string with the ID of your city. This isn’t required if you set “city”
  • locale: A string with your locale. “en” or “it” are supported at the moment. Default value “en”.