Fetches your local current weather by IP address
Displays the current day and time
Set your own title by using the title=:string
query parameter.
Set your own background using the background=:link
query parameter. You can use a random image API as well, such as Unsplash, where you can specify parameters or keywords: https://source.unsplash.com/random/1920x1080?sunset,night
Set your temperature unit using either °C or °F using the unit=:string
query parameter.
Link your own pinned sites by putting a link to a raw JSON file in the pinned=:link
query parameter
JSON must be an array with the following properties:
[
{
"name": "placeholder",
"url": "https://github.com/cnrad",
"image": "https://www.sferalabs.cc/wp-content/uploads/github-logo-white.png"
}
]
If you have any ideas for features or want to contribute, feel free to hit me up or create a pull request yourself!
Also, drop a ⭐ if you use this or think this project is cool, it means a lot. 🙂