/h

💠 A supercharged "New Tab" experience.

Primary LanguageTypeScript

h.cnrad.dev

Example below image

Features

Weather Widget

Fetches your local current weather by IP address

Time Widget

Displays the current day and time

Custom Title

Set your own title by using the title=:string query parameter.

Custom Background

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

Custom Temperature Unit

Set your temperature unit using either °C or °F using the unit=:string query parameter.

Pinned Sites

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"
    }
]

Etc

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. 🙂