Creatinging initial version of weather plugin

This commit is contained in:
JayWll
2020-05-16 12:03:00 -06:00
parent dfd4b61b75
commit 8aeceee0eb
7 changed files with 70 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
<?php return [
'plugin' => [
'name' => 'Calgary Conditions',
'description' => 'Provides local time and weather information for Calgary, AB, Canada'
]
];