Skip to content

A small app that uses NASA's APOD (Astronomy Picture of the Day) API

Notifications You must be signed in to change notification settings

mitsudani/mit-apod

Repository files navigation

NASA's Astronomy Picture of the Day 🌠

A small app that uses NASA's APOD (Astronomy Picture of the Day) open API

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

VITE_APOD_API_KEY

You can get your free API key at NASA Open APIs website: https://api.nasa.gov/

API reference can be found on that same website.

Installation and setup

Install dependencies with npm

  npm install

Run Tailwind CSS before starting the server

  npm run tw

Starting the server

  npm run dev

Running e2e tests

  npm run cy

Tech Stack

  • React
  • JavaScript/TypeScript
  • TailwindCSS
  • Cypress

About

A small app that uses NASA's APOD (Astronomy Picture of the Day) API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published