BOTDan / NASA-img-of-the-day

A small site for viewing NASA's Images of the Day

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NASA Images of the Day

This is a site for loading a random list of "Picture of the Day" entries from NASA.

Running

To run, use npm start. This will start a http-server for accessing the site. Instructions on how to access the site should be output to console, but it will likely launch on localhost:8080.

API Keys

By default, this project uses the DEMO_KEY for accessing the NASA API. This key has low usage limits, so it is recommended to generate a key here. This can then be placed in /src/api/nasa.mjs, replacing the API_KEY at the top of the file.

About

A small site for viewing NASA's Images of the Day


Languages

Language:JavaScript 80.5%Language:CSS 16.3%Language:HTML 3.2%