nasa-apod-js

1.0.0 • Public • Published

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))

Readme

Keywords

none

Package Sidebar

Install

npm i nasa-apod-js

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

1.99 kB

Total Files

4

Last publish

Collaborators

  • ayanthedev