nasa-insight-api
v1.0.0
Published
A node wrapper for the NASA API for the InSight Lander
Downloads
2
Readme
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