
Product
Introducing Socket Firewall Enterprise: Flexible, Configurable Protection for Modern Package Ecosystems
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.
$ npm install --save apod-nasa
For current dateconst apod = require('apod-nasa');
apod().then(data => {
console.log(data);
/*
{
title: 'The Summer Triangle over the Great Wall',
image: 'https://apod.nasa.gov/apod/image/1707/GreatWallMilkyWay_Yu_1686.jpg'
}
*/
});
For specific dateapod.date('951010').then(data => {
console.log(data);
/*
{
day: 'October 10, 1995',
title: 'Dione\'s Lagrange Moon Helene',
image: 'https://apod.nasa.gov/apod/image/helene_vg2.gif'
}
*/
});
DateIn apod.date() the following format is only supported format -
yy/mm/ddExample :
16th of March, 1998 : 9803161st January, 2000 : 000101NOTE :
APOD-NASA started to post pictures since June 16, 1995 , so the least date will be 950616 and max will be the current date
apod()
apod.date('date')
date
Type : string
Format : yy/mm/dd
apod : Astronomy Picture of the Day form command line done right!MIT © Rishi Giri
FAQs
Astronomy Picture of the Day!
The npm package apod-nasa receives a total of 7 weekly downloads. As such, apod-nasa popularity was classified as not popular.
We found that apod-nasa demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.

Security News
Open source dashboard CNAPulse tracks CVE Numbering Authorities’ publishing activity, highlighting trends and transparency across the CVE ecosystem.

Product
Detect malware, unsafe data flows, and license issues in GitHub Actions with Socket’s new workflow scanning support.