1.0.0 • Published 5 years ago
nasa-apod-js v1.0.0
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))1.0.0
5 years ago