Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jgarber623/nasa-apod
A fuller feed of content from NASA's Astronomy Picture of the Day website.
https://github.com/jgarber623/nasa-apod
apod eleventy json-feed nasa nasa-apod
Last synced: 16 days ago
JSON representation
A fuller feed of content from NASA's Astronomy Picture of the Day website.
- Host: GitHub
- URL: https://github.com/jgarber623/nasa-apod
- Owner: jgarber623
- Created: 2023-05-21T14:49:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-13T09:02:03.000Z (8 months ago)
- Last Synced: 2024-04-14T06:09:32.638Z (8 months ago)
- Topics: apod, eleventy, json-feed, nasa, nasa-apod
- Language: JavaScript
- Homepage: https://jgarber623.github.io/nasa-apod/
- Size: 1.08 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nasa-apod
[![Build](https://img.shields.io/github/actions/workflow/status/jgarber623/nasa-apod/build.yml?branch=main&logo=github&style=for-the-badge)](https://github.com/jgarber623/nasa-apod/actions/workflows/build.yml)
[![Scrape](https://img.shields.io/github/actions/workflow/status/jgarber623/nasa-apod/scrape.yml?branch=main&label=Scrape&logo=github&style=for-the-badge)](https://github.com/jgarber623/nasa-apod/actions/workflows/scrape.yml)Providing a fuller feed of content from NASA's [Astronomy Picture of the Day](https://apod.nasa.gov/apod/astropix.html) (APOD) website.
I _love_ the APOD website, but [the official RSS feed](https://apod.nasa.gov/apod.rss) doesn't do it for me. A tiny image. The briefest of truncated text.
This project uses clunky HTML scraping to generate an improved feed of posts for consumption in your feed reader of choice. Built daily with [Eleventy](https://www.11ty.dev) and [GitHub Actions](https://docs.github.com/en/actions).
## Usage
Add any of the following URLs to your preferred feed reader:
- [Atom v1.0](https://jgarber623.github.io/nasa-apod/feed.atom)
- [JSON Feed v1.1](https://jgarber623.github.io/nasa-apod/feed.json)## License
The source code for this project is dedicated to the public domain per the [Creative Commons CC0 1.0 Universal Public Domain Dedication](https://creativecommons.org/publicdomain/zero/1.0/).
The content of the Markdown (`*.md`) files in the `./src/_posts` folder was parsed from NASA's [Astronomy Picture of the Day](https://apod.nasa.gov/apod/astropix.html) website. [Specific rights apply](https://apod.nasa.gov/apod/lib/about_apod.html#srapply).
NASA's "Meatball" logo graphic was downloaded from the [Symbols of NASA](https://www.nasa.gov/audience/forstudents/5-8/features/symbols-of-nasa.html) website. Permission was not obtained in accordance with NASA's [Media Usage Guidelines](https://www.nasa.gov/multimedia/guidelines/index.html).