nasa-apod-js
v1.0.0
Published
An API client for fething NASA's Astronomy Picture Of the Day.
Readme
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 installconst apod = require('./apod-js');
apod.fetch('your-api-key').then(data => console.log(data))