Skip to content

Commit a1413d0

Browse files
committed
docs: fill in placeholder URL [skip ci]
1 parent db72d9d commit a1413d0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ It is provided as a server that outputs an animated weather widget image in SVG
1111

1212
## Usage
1313

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`.
1515

1616
### Location Parameters
1717

@@ -41,6 +41,11 @@ All of these parameters are optional.
4141
Specifies the language of the weather information, the datetime format, and the location name if `location` not provided.
4242
Detected automatically from `Accept-Language` header if `auto` is specified.
4343

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+
4449
## Development
4550

4651
Before starting development, install Node.js and pnpm.

0 commit comments

Comments
 (0)