Astronomical picture a day is a small project showcasing the beautiful astronomical pictures each day using the NASA API and Next.js.
Visit the live project at astronomical-picture-a-day.vercel.app
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.