From 8a49ca06ab3bcd4d17f334117d42416bf4854bc8 Mon Sep 17 00:00:00 2001 From: Martin Boonk Date: Sat, 2 Jul 2022 15:27:34 +0200 Subject: [PATCH] owmweather - Update readme and metadata --- apps/owmweather/README.md | 22 ++++------------------ apps/owmweather/metadata.json | 4 ++-- 2 files changed, 6 insertions(+), 20 deletions(-) diff --git a/apps/owmweather/README.md b/apps/owmweather/README.md index dc139bc9a..39a5bb32f 100644 --- a/apps/owmweather/README.md +++ b/apps/owmweather/README.md @@ -1,25 +1,11 @@ -# App Name +# Open Weather Map weather provider -Describe the app... - -Add screen shots (if possible) to the app folder and link then into this file with ![](.png) +This updates [Weather](https://banglejs.com/apps/#weather) with data from the Open Weather Map API ## Usage -Describe how to use it - -## Features - -Name the function - -## Controls - -Name the buttons and what they are used for - -## Requests - -Name who should be contacted for support/update requests +Just install and configure the app. This needs an internet-enabled Gadgetbridge version. ## Creator -Your name +[halemmerich](https://github.com/halemmerich) diff --git a/apps/owmweather/metadata.json b/apps/owmweather/metadata.json index 8ec2b3cab..1c4e16c5a 100644 --- a/apps/owmweather/metadata.json +++ b/apps/owmweather/metadata.json @@ -1,8 +1,8 @@ { "id": "owmweather", - "name": "openweathermap weather provider", + "name": "Open Weather Map weather provider", "shortName":"OWM Weather", "version":"0.01", - "description": "A detailed description of my great app", + "description": "Pulls weather from OWM API", "icon": "app.png", "type": "bootloader", "tags": "boot,tool,weather",