mirror of
https://github.com/Lissy93/dashy.git
synced 2024-12-18 14:31:40 +03:00
✨ 📝 document HN trending Widget
This commit is contained in:
parent
098600365a
commit
503d662065
@ -35,6 +35,7 @@ Dashy has support for displaying dynamic content in the form of widgets. There a
|
|||||||
- [GitHub Trending](#github-trending)
|
- [GitHub Trending](#github-trending)
|
||||||
- [GitHub Profile Stats](#github-profile-stats)
|
- [GitHub Profile Stats](#github-profile-stats)
|
||||||
- [Healthchecks Status](#healthchecks-status)
|
- [Healthchecks Status](#healthchecks-status)
|
||||||
|
- [Hackernews Trending](#hackernews-trending)
|
||||||
- [Mvg Departure](#mvg-departure)
|
- [Mvg Departure](#mvg-departure)
|
||||||
- [Mvg Connection](#mvg-connection)
|
- [Mvg Connection](#mvg-connection)
|
||||||
- **[Self-Hosted Services Widgets](#self-hosted-services-widgets)**
|
- **[Self-Hosted Services Widgets](#self-hosted-services-widgets)**
|
||||||
@ -1178,6 +1179,25 @@ Display status of one or more HealthChecks project(s). Works with healthcheck.io
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
### Hackernews Trending
|
||||||
|
|
||||||
|
Display new and trending Posts from Hackernews
|
||||||
|
|
||||||
|
#### Options
|
||||||
|
**Field** | **Type** | **Required** | **Description**
|
||||||
|
--- | --- | --- | ---
|
||||||
|
**`stories`** | `string` | _Optional_ | HN Stories to display defaults to `topstories`. Options are: `beststories`, `topstories` or `newstories`
|
||||||
|
|
||||||
|
##### Example
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
- type: hackernews-trending
|
||||||
|
options:
|
||||||
|
stories: newstories
|
||||||
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
### MVG Departure
|
### MVG Departure
|
||||||
|
|
||||||
Display departure time of a MVG (Münchner Verkehrs Gesellschaft) station.
|
Display departure time of a MVG (Münchner Verkehrs Gesellschaft) station.
|
||||||
|
Loading…
Reference in New Issue
Block a user