nasa-apod-js apod-js is an API client for fetching NASA's Astronomy Picture Of the Day. $ git clone https://github.com/theRealAyan/apod-js $ cd apod-js $ yarn add || npm install const apod = require('./apod-js'); apod.fetch('your-api-key').then(data => console.log(data))