1.0.0 • Published 5 years ago

nasa-insight-api v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

Node.js wrapper for the NASA InSight Lander images API

Authentication

Sign up for a NASA developer API Key here. Create a new instance of the client library with:

const Insight = require('nasa-insight-api');

const insight = new Insight({apiKey: 'YOUR_KEY'});

Usage

insight.images.get(options = {}, (err, res, body) => console.log(body));

Available Methods

insight.images.get(options = {}, cb)
insight.images.getBy(solStart, solEnd, cameras, per_page, page, cb)

License

MIT