1.0.1 • Published 8 years ago

random-apod v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

random-apod

Get a random Astronomy Picture of the Day with metadata.

Basically, selects a random entry from the apod JSON file!

Installation

npm install random-apod

Usage

var randomApod = require('random-apod');
console.log(JSON.stringify(randomApod(), null, '  ');

Output:

{
  "id": "http://apod.nasa.gov/apod/ap950627.html",
  "title": "An Ultraviolet Image of M101",
  "image": "http://apod.nasa.gov/apod/image/uitm101.gif"
}

Tests

Run tests with make test.

License

See the apod credits.