Skip to content

Commit

Permalink
Format README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bassages committed Oct 9, 2023
1 parent 63336db commit f16e4a0
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,30 +7,39 @@
[![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=bassages_home-frontend&metric=vulnerabilities)](https://sonarcloud.io/dashboard?id=bassages_home-frontend)

## Features

- Beschikbaar stellen van slimme meter data uit [home-server](https://github.com/bassages/home-server) via een (reponsive) web interface
- Beschikbaar stellen van klimaat sensor data uit [home-server](https://github.com/bassages/home-server) via een (reponsive) web interface

## Links

[home-server](https://github.com/bassages/home-server)

## Impressie

### Actueel overzicht

![Alt text](documentation/screenshots/actueel-xl.jpg?raw=true "Actueel")

### Opgenomen vermogen

![Alt text](documentation/screenshots/opgenomen-vermogen.jpg?raw=true "Actueel")

### Kosten per dag in maand

![Alt text](documentation/screenshots/kosten-dag-xl.jpg?raw=true "Kosten per maand in jaar")

### Klimaat

![Alt text](documentation/screenshots/temperatuur.jpg?raw=true "Temperatuur")

## Technical

### Updating versions

#### Angular
`npx @angular/cli@latest update --allow-dirty`
`npx @angular/cli@latest update @angular/cli --allow-dirty
`npx @angular/cli@latest update @angular/common --allow-dirty`
`npx @angular/cli@latest update @angular/cdk --allow-dirty`

1. `npx @angular/cli@latest update --allow-dirty`
2. `npx @angular/cli@latest update @angular/cli --allow-dirty`
3. `npx @angular/cli@latest update @angular/common --allow-dirty`
4. `npx @angular/cli@latest update @angular/cdk --allow-dirty`

0 comments on commit f16e4a0

Please sign in to comment.