/APOD

Desktop viewer for astronomy picture of the day

Primary LanguageJavaScript

apod

Desktop viewer for astronomy picture of the day

Get free API key: https://api.nasa.gov/

Version

1.0.0

Usage

Installation

Install the dependencies

$ npm install

Create .env file

$ touch .env

Set API_KEY variable in .env

API_KEY=xxxxxxxxxxxxxxxxxxxxx

Serve

To run electron

$ npm start