weather

arlyon/litehouseLatest commit: 3e410fe 3 months ago
Star25

Details

File58.93 KiB
Package0.1.1

Description

Fetch weather data from the internet using api.open-meteo.com.

Required Capabilities

  • http-client

Configuration

{
  "$schema": "./schema.json",
  "plugins": {
    "instance": {}
  },
  "imports": [
    "weather@0.1.1"
  ]
}
lat The latitude to fetch the weather for.
lon The longitude to fetch the weather for.

Add To Manifest

Run the following command in your project directory to automatically insert this plugin and config into your manifest.

litehouse add weather@0.1.1