Netlify announces the next evolution of Gatsby Cloud. Learn more
nasa-satellite-source
Pulls satellite data sourced from The Satellite Situation Center Web API
In your gatsby-config.js:
gatsby-config.js
module.exports = { plugins: [ { resolve: "nasa-satellite-source", }, ], }