Skip to content

alsongarbuja/astronomical-picture-of-the-day

Repository files navigation

Astronomical picture a day is a small project showcasing the beautiful astronomical pictures each day using the NASA API and Next.js.

Check out the project live

Visit the live project at astronomical-picture-a-day.vercel.app

Getting Started

Clone the project

git clone https://github.com/alsongarbuja/astronimical-picture-of-the-day.git

Go to the project directory

code astronimical-picture-of-the-day

Install packages

npm install

Create local env file called .env.local

NASA_API_KEY=your-nasa-api-key
NEXT_PUBLIC_NASA_API_KEY=your-nasa-api-key

Visit the NASA API Website to get your key

Run the server

npm run dev

Open http://localhost:3000 with your browser to see the result.

About

Shows an astronomical picture per day using the NASA api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published