Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zakwht/apod
Browser extension designed to showcase NASA's Astronomy Picture of the Day.
https://github.com/zakwht/apod
browser-extension css html nasa react typescript web
Last synced: 6 days ago
JSON representation
Browser extension designed to showcase NASA's Astronomy Picture of the Day.
- Host: GitHub
- URL: https://github.com/zakwht/apod
- Owner: zakwht
- License: mit
- Created: 2020-11-19T06:49:12.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-14T00:28:39.000Z (about 2 years ago)
- Last Synced: 2024-11-17T22:12:46.690Z (2 months ago)
- Topics: browser-extension, css, html, nasa, react, typescript, web
- Language: TypeScript
- Homepage:
- Size: 4.92 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Astronomy Picture of the Day Browser Extension
[![License](https://img.shields.io/github/license/zakwht/apod)](/LICENSE)
[![Style](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)Browser extension designed to showcase NASA's Astronomy Picture of the Day.
![Screenshot](./screenshot.png)
### Development
#### Requirements
* Node v12+ (built with 12.14.1)#### Scripts
* `start`: runs the app in development mode
* `build`: builds the app for production. See [Chrome docs](https://developer.chrome.com/docs/extensions/mv3/getstarted/development-basics/#load-unpacked) for loading steps.### Acknowledgments
* __Designed with images retrieved from__ NASA's open [APOD API](https://api.nasa.gov/#apod)