owmweather - Update readme and metadata
parent
3132dcb46e
commit
8a49ca06ab
|
|
@ -1,25 +1,11 @@
|
||||||
# App Name
|
# Open Weather Map weather provider
|
||||||
|
|
||||||
Describe the app...
|
This updates [Weather](https://banglejs.com/apps/#weather) with data from the Open Weather Map API
|
||||||
|
|
||||||
Add screen shots (if possible) to the app folder and link then into this file with 
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
Describe how to use it
|
Just install and configure the app. This needs an internet-enabled Gadgetbridge version.
|
||||||
|
|
||||||
## Features
|
|
||||||
|
|
||||||
Name the function
|
|
||||||
|
|
||||||
## Controls
|
|
||||||
|
|
||||||
Name the buttons and what they are used for
|
|
||||||
|
|
||||||
## Requests
|
|
||||||
|
|
||||||
Name who should be contacted for support/update requests
|
|
||||||
|
|
||||||
## Creator
|
## Creator
|
||||||
|
|
||||||
Your name
|
[halemmerich](https://github.com/halemmerich)
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
{ "id": "owmweather",
|
{ "id": "owmweather",
|
||||||
"name": "openweathermap weather provider",
|
"name": "Open Weather Map weather provider",
|
||||||
"shortName":"OWM Weather",
|
"shortName":"OWM Weather",
|
||||||
"version":"0.01",
|
"version":"0.01",
|
||||||
"description": "A detailed description of my great app",
|
"description": "Pulls weather from OWM API",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"type": "bootloader",
|
"type": "bootloader",
|
||||||
"tags": "boot,tool,weather",
|
"tags": "boot,tool,weather",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue