Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
harrydehix authored Dec 30, 2023
1 parent 8eabeaf commit 79d65ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ vantjs is a platform-independent javascript and typescript interface to the Davi

# Features

- Getting **hourly, daily, monthly** and **yearly highs and lows** (read more [here](https://harrydehix.github.io/vantjs/classes/structures.HighsAndLows.html))
- Getting **hourly, daily, monthly** and **yearly highs and lows** (read more [here](https://open-weather-vision.github.io/vantjs/classes/structures.HighsAndLows.html))

```ts
const highsAndLows = await device.getHighsAndLows();
Expand All @@ -26,7 +26,7 @@ console.log(
// Output: The maximum rain rate in the current hour was 0.2 in/h!
```

- Getting **realtime weather data** (read more [here](https://harrydehix.github.io/vantjs/classes/structures.RichRealtimeData.html))
- Getting **realtime weather data** (read more [here](https://open-weather-vision.github.io/vantjs/classes/structures.RichRealtimeData.html))

```ts
const realtime = await device.getRichRealtimeData();
Expand Down Expand Up @@ -58,7 +58,7 @@ console.log(`It's ${realtime.tempIn} °C`);
// Output: It's 23.1233 °C
```

- and more (read the [docs](https://harrydehix.github.io/vantjs/index.html)!)
- and more (read the [docs](https://open-weather-vision.github.io/vantjs/index.html)!)

# Installation

Expand All @@ -73,4 +73,4 @@ Read a guide about realtime data containers [here](/guides/2-realtime-data-conta

# Documentation

Read the full documentation [here](https://harrydehix.github.io/vantjs/).
Read the full documentation [here](https://open-weather-vision.github.io/vantjs/).

0 comments on commit 79d65ba

Please sign in to comment.