Download the PHP package vardump-de/craft-openweather without Composer
On this page you can find all versions of the php package vardump-de/craft-openweather. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download vardump-de/craft-openweather
More information about vardump-de/craft-openweather
Files in vardump-de/craft-openweather
Download vardump-de/craft-openweather
More information about vardump-de/craft-openweather
Files in vardump-de/craft-openweather
Vendor vardump-de
Package craft-openweather
Short Description providing openweather data for craft 3
License MIT
Homepage https://github.com/vardump-de/craft-openweather
Package craft-openweather
Short Description providing openweather data for craft 3
License MIT
Homepage https://github.com/vardump-de/craft-openweather
Please rate this library. Is it a good library?
Informations about the package craft-openweather
openweather plugin for Craft CMS 3.x
providing weather data from openweathermap data for craft 3
Requirements
This plugin requires Craft CMS 3.0.0-RC2 or later.
Installation
To install the plugin, follow these instructions.
-
Open your terminal and go to your Craft project:
cd /path/to/project
-
Then tell Composer to load the plugin:
composer require vardump-de/craft-openweather
- In the Control Panel, go to Settings → Plugins and click the “Install” button for openweather.
Configuring openweather
Insert your openweathermap apik key in the plugins setting page.
Using openweather
{% set weather = craft.openweather.findById(12345, {'units': 'metric'}) %}
openweather Roadmap
Some things to do, and ideas for potential features:
- add forecast
- configurable cache time
- add logo
- add some translations
- add js query
All versions of craft-openweather with dependencies
PHP Build Version
Package Version
The package vardump-de/craft-openweather contains the following files
Loading the files please wait ....