File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ It is provided as a server that outputs an animated weather widget image in SVG
11
11
12
12
## Usage
13
13
14
- Specify the following query parameters at ` https://... /weather.svg `
14
+ Add the following query parameters to the URL of the API server: ` https://weather-svg.abelia.workers.dev /weather.svg ` .
15
15
16
16
### Location Parameters
17
17
@@ -41,6 +41,11 @@ All of these parameters are optional.
41
41
Specifies the language of the weather information, the datetime format, and the location name if ` location ` not provided.
42
42
Detected automatically from ` Accept-Language ` header if ` auto ` is specified.
43
43
44
+ ### Examples
45
+
46
+ - ` https://weather-svg.abelia.workers.dev/weather.svg?latitude=36.08297932646632&longitude=140.11147093989302 `
47
+ - ` https://weather-svg.abelia.workers.dev/weather.svg?latitude=41.945053494801634&longitude=-72.64589591337739&lang=en-US&time_format=12h `
48
+
44
49
## Development
45
50
46
51
Before starting development, install Node.js and pnpm.
You can’t perform that action at this time.
0 commit comments