diff --git a/docs/widgets.md b/docs/widgets.md index c6eef10b..4b6e3e24 100644 --- a/docs/widgets.md +++ b/docs/widgets.md @@ -18,6 +18,7 @@ Dashy has support for displaying dynamic content in the form of widgets. There a - [Stock Price History](#stock-price-history) - [Joke of the Day](#joke) - [Flight Data](#flight-data) + - [NASA APOD](#astronomy-picture-of-the-day) - [GitHub Trending](#github-trending) - [GitHub Profile Stats](#github-profile-stats) - [Public IP Address](#public-ip) @@ -29,7 +30,11 @@ Dashy has support for displaying dynamic content in the form of widgets. There a - [Dynamic Widgets](#dynamic-widgets) - [Iframe Widget](#iframe-widget) - [HTML Embed Widget](#html-embedded-widget) -- [Build your own Widget](#build-your-own-widget) + - [API Response](#api-response) + - [Data Feed](#data-feed) +- [Custom Widgets](#custom-widgets) + - [Build your own Widget](#build-your-own-widget) + - [Widget Styling](#widget-styling) ## General Widgets @@ -433,6 +438,24 @@ Displays airport departure and arrival flights, using data from [AeroDataBox](ht --- +### Astronomy Picture of the Day + +Show the NASA Astronomy Pictore of the Day. Data is fetched from [APOD](https://apod.nasa.gov/apod/) using [PawelPleskaczynski/apod_api](https://github.com/PawelPleskaczynski/apod_api). + +

{{ copyright }}
+{{ truncatedDescription }}
++ {{ showFullDesc ? 'Show Less' : ' Expand Details' }} +
+